JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Interface ChooseForDeath

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AntiTournament

public interface ChooseForDeath
extends java.io.Serializable


Method Summary
 int getDeathRowIndex(int[] parentIndices, IntegerInterval range, Population population)
           
 int getDeathRowIndex(int[] parentIndices, Population population)
           
 

Method Detail

getDeathRowIndex

public int getDeathRowIndex(int[] parentIndices,
                            Population population)

getDeathRowIndex

public int getDeathRowIndex(int[] parentIndices,
                            IntegerInterval range,
                            Population population)

JavaGenes, NASA Ames. Written largely by Al Globus