JAWAS Agent Properties
-
minVisionField : integer : The minimum number of cells defining the distance an agent can 'see' in the scape.
-
maxVisionField : integer : The maximum number of cells defining the distance an can 'see' in the scape.
-
minSugarMetabolismField : integer : The minimum number of iterations it takes for an agent to consume a sugar unit.
-
maxSugarMetabolismField : integer : The maximum number of iterations it takes for an agent to consume a sugar unit.
-
minInitialSugarField : integer : The minimum amount of sugar for all the scape.
-
maxInitialSugarField : integer : The maximum amount of sugar for all the scape.
-
minReproductionSugarField : integer : The minimum number of offspring that can be produced by a sugar agent per iteration.
-
maxReproductionSugarField : integer : The maximum number of offspring that can be produced by a sugar agent per iteration.
-
minDeathAgeField : integer : The minimum number of iterations after which a sugar agent can die.
-
maxDeathAgeField : integer : The maximum number of iterations after which a sugar agent can die.
-
singleStepField : boolean :
-
allowSexField : boolean : If set to true, sugar agents are able to reproduce at every iteration.
-
replacementField : boolean :
-
minBeginChildBearingAgeField : integer : The minimum number of iterations at which a sugar agent is able to produce offspring.
-
maxBeginChildBearingAgeField : integer : The maximum number of iterations at which a sugar agent is able to produce offspring.
-
minEndChildBearingAgeFemalesField : integer : The minimum number of iterations at which a female sugar agent is able to produce offspring.
-
maxEndChildBearingAgeFemalesField : integer : The maximum number of iterations at which a female sugar agent is able to produce offspring.
-
minEndChildBearingAgeMalesField : integer : The minimum number of iterations at which a male sugar agent is able to produce offspring.
-
maxEndChildBearingAgeMalesField : integer : The maximum number of iterations at which a male sugar agent is able to produce offspring.
-
listenField : boolean : If set to true, agents have the possibility of receiving messages.
-
talkField : boolean : If set to true, agents have the possibility of sending messages.
-
sexRecoveryPeriodField : integer :
-
initAgeZeroField : boolean : If this is true, then all agents start with age=0 at initialization. Setting this option to false can avoid the typical birth explosions.
-
keepCellHistoryField : boolean : If set to true JAWAS keeps track of all agent movements.
-
preferNearestCellField : boolean : If set to true the agent has a bias towards moving to close by cells.
Back