Interface SelectionFunction

All Known Implementing Classes:
ProportionalSelection, SelectionFunction.SelectAll, SelectionFunction.Threshold, TournamentSelection

public interface SelectionFunction
Selects Organisms for Replication and returns the offspring.
Since:
1.5
Version:
1.1
Author:
Mark Schreiber, Susanne Merz, Andreas Dräger
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
    static final class 
    Selects individuals who's fitness exceeds a threshold value.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SelectionFunction
    Selects all members of a population for replication
  • Method Summary

    Modifier and Type
    Method
    Description
    Selects a Population of Organisms for replication based on their fitness.