#include <GenerationalEvolution.h>
Inheritance diagram for Teem::Evaluable:

Experiment classes for generational evolution typically derive from Evaluable.
Public Types | |
| enum | EvaluationMode { MODE_EVOLUTION = 0, MODE_TEST_INDIVIDUAL } |
| < Type of evaluation More... | |
Public Member Functions | |
| virtual | ~Evaluable () |
| Virtual destructor. | |
| virtual void | compute (GenotypeDecoders &decoders, GenerationalPopulation &individuals, unsigned gen, unsigned ind, EvaluationMode mode)=0 |
| Compute the fitness of the individual (or population). | |
|
|
< Type of evaluation
|
1.4.2