| Class | Description |
|---|---|
| CompositeTerminator |
A predicate that will return
true when any of it component predicates return true. |
| MaxGenerationsTerminator |
A predicate that returns
true when a specified number of generations has been run. |
| MaxGenerationsWithoutImprovementTerminator |
A predicate that returns
true when a specified number of generations has since the last change in the fitness of candidates. |
| TargetFitnessTerminator |
A predicate that returns
true when a candidate has been found that fulfils the specified criteria. |
OakGP Genetic Programming Framework