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 Detail

      • getParentPool

        java.util.ArrayList<Organism> getParentPool​(java.util.ArrayList<Organism<?>> generation)