JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Interface ChooseParents

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

public interface ChooseParents
extends java.io.Serializable


Method Summary
 int[] getParentIndices(int number, IntegerInterval range, Population population)
           
 int[] getParentIndices(int number, Population population)
           
 

Method Detail

getParentIndices

public int[] getParentIndices(int number,
                              Population population)

getParentIndices

public int[] getParentIndices(int number,
                              IntegerInterval range,
                              Population population)

JavaGenes, NASA Ames. Written largely by Al Globus