@FunctionalInterface public interface FitnessFunction
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(Node n)
Returns the fitness of the solution represented by the given
Node. |
double evaluate(Node n)
Node.OakGP Genetic Programming Framework