See: Description
| Interface | Description |
|---|---|
| FitnessFunction |
Calculates the fitness of a potential solution.
|
| Class | Description |
|---|---|
| FitnessFunctionCache |
Wraps a
FitnessFunction to provide caching of results. |
| FitnessFunctionGenerationRanker |
Ranks and sorts the fitness of
Node instances using a FitnessFunction. |
| TestDataFitnessFunction<T> |
Calculates the fitness of a potential solution by comparing its results against the expected values.
|
OakGP Genetic Programming Framework