JAWAS Experiment Properties
-
useGuiField : boolean : Specifies whether the graphical user interface should be displayed or not.
-
numberOfRunsField : integer : specifies how many times the experiment should be repeated.
-
nrOfSubcyclesField : integer : Sub-cycles are used in order to achieve a virtual level of parallelism in the agents' actions.
The nrOfSubcycles property specifies how many sub-cycles there are.
-
cmdLineIntervalField : integer : Specifies how many milliseconds should pass between consecutive updates of the information on standard output.
-
cmdLineInformationField : string : The information that should be displayed on standard output can be controlled by cmdLineInformation. If no information is specified in cmdLineInformation, the population size will be displayed.
-
silentField : boolean : If silent is not false, JAWAS will periodically display information about the running experiment on standard output.
-
askConfirmationField : true : To prevent accidental loss of data, askConfirmation can be set to true. In this case, JAWAS will ask the user for confirmation if old data-files are located in dataDir.
-
displayPropertiesField : boolean :
-
savePropertiesField : boolean : If saveProperties is true, a text file containing the values of all configuration parameters is also placed in dataDir.
-
autoStartField : boolean : If autoStart is true, the experiment will automatically start running when JAWAS is started.
Back