AlgorithmState.h File Reference

This file contains declaration of GaAlgorithmState datatype. More...


Namespaces

namespace  Population

Enumerations

enum  Population::GaAlgorithmState {
  Population::GAS_UNINITIALIZED = 0x1, Population::GAS_USER_STOPED = 0x2, Population::GAS_CRITERIA_STOPPED = 0x4, Population::GAS_PAUSED = 0x8,
  Population::GAS_RUNNING = 0x10, Population::GAS_NOT_RUNNING = 0xF, Population::GAS_STOPPED = 0x6
}
 This enumeration defines states of an algorithm. More...


Detailed Description

This file contains declaration of GaAlgorithmState datatype.


Genetic Algorithm Library
Coolsoft Software Development