public interface IFitnessFunction
The evaluate() method should be implemented for this interface. The fitness function is provided list of Genes. The evaluate method should return a positive double value that reflects fitness score.
Modifier and Type | Method and Description |
---|---|
double |
evaluate(List<Gene> genes) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024