#include "Platform.h"
#include "Operation.h"
Namespaces | |
namespace | Algorithm |
Classes | |
class | Algorithm::GaStopCriteriaParams |
Interface for parameters of stop criteria operation. More... | |
class | Algorithm::GaStopCriteria |
This class is interface for stop criteria of genetic algorithm. More... | |
Typedefs | |
typedef GaOperationParametersPair < GaStopCriteria, GaStopCriteriaParams > | Algorithm::GaStopCriteriaPair |
GaStopCriteriaCatalogue type is instance of GaCatalogue template class and represents catalogue of stop criterias. Detailed description can be found in specification of GaCatalogue template class. | |
typedef GaCatalogue < GaStopCriteria > | Algorithm::GaStopCriteriaCatalogue |
GaStopCriteriaPair type is instance of GaOperationParametersPair template class and represents pair of stop criteria and its parameters. Detailed description can be found in specification of GaOperationParametersPair template class. |