SWARM
Section to control swarm runs. The swarm framework provides a common ground for master/worker algorithms. [Edit on GitHub]
Subsections
Keywords
Keyword descriptions
- BEHAVIOR
Type: enum
Default: GLOBAL_OPT
Usage: BEHAVIORDescription: Which behaviour should control the swarm.
Valid values:
GLOBAL_OPTRuns global geometry optimisation
- MAX_ITER
Type: integer
Default: 2147483647Description: The maximum number iterations the master should perform
- NUMBER_OF_WORKERS
Type: integer
Description: Number of workers used for swarm. Of the total number of processors one is used for the master, the remaining processors should be divisible by the number of workers.
- REPLAY_COMMUNICATION_LOG
Type: string
Default: swarm_translog_replay.xyz
Usage: REPLAY_COMMUNICATION_LOGDescription: Filename of communication log of previous run. Use this to restart a swarm.