| Package | Description |
|---|---|
| experiments.droneControl |
| Modifier and Type | Field and Description |
|---|---|
ModelConstruction |
AgentModel.modelConstruction
The model construction.
|
| Modifier and Type | Method and Description |
|---|---|
static ModelConstruction |
ModelConstruction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelConstruction[] |
ModelConstruction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AgentModel(int nbrOfPerceptions,
java.lang.String Id,
double precision,
double incrmt,
ModelConstruction typeOfModelConstruction)
Instantiates a new agent model.
|
AgentModel(int nbrOfPerceptions,
java.lang.String Id,
double precision,
double incrmt,
ModelConstruction typeOfModelConstruction,
int initIndice,
double initValue)
Instantiates a new agent model.
|
AMALOM(int nbrOfActions,
int nbrOfPerceptions,
double incrementValue,
int memorySize,
double precision,
double followingCoefficient,
ModelConstruction typeOfModelConstruction)
Instantiates a new amalom.
|