Class ProportionalSelection

java.lang.Object
org.biojavax.ga.functions.ProportionalSelection
All Implemented Interfaces:
SelectionFunction

public class ProportionalSelection extends Object implements SelectionFunction

A Selection function that determines the proportion of individuals in a new population proportionally to their fitness. The population size is not allowed to grow. Individuals are randomly selected for replication, those with greater fitness tend to replicate more often.

Version:
1.1
Author:
Mark Schreiber, Susanne Merz, Andreas Dräger