Evolutionary context class. More...
#include <Context.h>
Public Member Functions | |
| bool | initialize () |
Public Attributes | |
| IndividualP | evaluatedIndividual |
| pointer to Individual being evaluated | |
| IndividualP | mutatedIndividual |
| pointer to Individual being mutated | |
| IndividualP | firstParent |
| IndividualP | secondParent |
| IndividualP | child |
| pointer to Individuals in current crossover | |
| void * | environment |
| pointer to user defined environment | |
Protected Attributes | |
| bool | bTerminate_ |
| uint | generationNo_ |
Friends | |
| class | State |
Evolutionary context class.
Stores information of termination condition, number of generations and evaluations, individuals being mutated, crossed and evaluated.
Definition at line 11 of file Context.h.
| bool EvolutionContext::initialize | ( | ) | [inline] |
1.7.1