Package com.garrettAndPeter.lib
Interface ParentPoolGenerator
-
- All Known Implementing Classes:
ProportionalGenerator
public interface ParentPoolGenerator
Outline the generation of the parent pool For simple cases, this can simply be based of the fitnesses of the organisms, but can also include other factors, such a shift in environment, or random death & other factors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ArrayList<Organism>
getParentPool(java.util.ArrayList<Organism<?>> generation)
-