When using the GenerationalEvolutionEngine is possible to get the List<EvaluatedCandidate<T>> by running evolvePopulation. Would it be possible to implement a similar interface on IslandEvolution, and perhaps reword it so it supports the EvolutionEngine interface?
When using the
GenerationalEvolutionEngineis possible to get theList<EvaluatedCandidate<T>>by runningevolvePopulation. Would it be possible to implement a similar interface on IslandEvolution, and perhaps reword it so it supports theEvolutionEngineinterface?