All Packages Class Hierarchy This Package Previous Next Index
Interface evolution.Pool
- public interface Pool
It seems that I have no usage for this interface :-)
-
evolve(int, EvolutionParm)
-
-
getBestValue()
- In a future version the value type will not be restricted to float
-
getCurrentGeneration()
-
-
getPopulation()
-
evolve
public abstract void evolve(int numGenerations,
EvolutionParm p) throws EvolutionException
getCurrentGeneration
public abstract int getCurrentGeneration()
getBestValue
public abstract float getBestValue()
- In a future version the value type will not be restricted to float
getPopulation
public abstract Vector getPopulation()
All Packages Class Hierarchy This Package Previous Next Index