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 :-)


Method Index

 o evolve(int, EvolutionParm)
 o getBestValue()
In a future version the value type will not be restricted to float
 o getCurrentGeneration()
 o getPopulation()

Methods

 o evolve
 public abstract void evolve(int numGenerations,
                             EvolutionParm p) throws EvolutionException
 o getCurrentGeneration
 public abstract int getCurrentGeneration()
 o getBestValue
 public abstract float getBestValue()
In a future version the value type will not be restricted to float

 o getPopulation
 public abstract Vector getPopulation()

All Packages  Class Hierarchy  This Package  Previous  Next  Index