| Package | Description |
|---|---|
| org.oakgp.rank.fitness |
Provides classes for using a fitness function to rank the candidates of a generation.
|
| Modifier and Type | Method and Description |
|---|---|
static TestDataFitnessFunction<Integer> |
TestDataFitnessFunction.createIntegerTestDataFitnessFunction(Map<Assignments,Integer> tests)
Returns a new
FitnessFunction which uses the specified test data to assess the fitness of potential solutions. |
OakGP Genetic Programming Framework