main.h
Go to the documentation of this file.
int StartTasks(char *argv[])
Restarts all particle swarms which are correctly terminated in the folder specified in argument 2 of ...
void WriteCurrentState(std::string filename)
Writes a backup file with the specified file name and stores there all needed data to restart the par...
Statistics * DoPso(Statistics *statistics)
This method proceeds the activities of the PSO algorithm.
const ProgramVersion PSO_PROGRAM_VERSION
Describes the current version of this PSO program.
This file contains an class, which stores current information about the particle swarm.
void Shutdown()
Stores all data and generates a shutdown file to ease restarting of this particle swarm execution...
bool AllowedToRun()
If run check is activated then This method checks whether the program is currently allowed to run...
Statistics * RestoreAndDoPso()
Loads information from the backup file and restarts the particle swarm.
Statistics * InitAndDoPso()
This method initializes the particles and starts the swarm.
This file contains various general objects which can be used by or contained in other objects...