MOGAL
|
Contains functions which can be used in a multi-objective genetic algorithm. More...
#include <gafactorymultiobjective.h>
Public Member Functions | |
void | setNumberOfFitnessComponents (size_t n) |
Sets the number of fitness components to n . | |
Protected Member Functions | |
GAFactoryMultiObjective (size_t numComponents=2) | |
Constructs a factory for a multi-objective genetic algorithm with numComponents fitness measures. |
Contains functions which can be used in a multi-objective genetic algorithm. The following functions are implemented:
mogal::GAFactoryMultiObjective::GAFactoryMultiObjective | ( | size_t | numComponents = 2 | ) | [protected] |