|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.javaGenes.core.Tournament
gov.nasa.javaGenes.core.TournamentLocal
Field Summary | |
protected int |
extendFromFirstParentIndex
|
Fields inherited from class gov.nasa.javaGenes.core.Tournament |
size |
Constructor Summary | |
TournamentLocal(int size,
int extendFromFirstParentIndex)
|
Method Summary | |
int[] |
getParentIndices(int number,
IntegerInterval range,
Population population)
|
java.lang.String |
toString()
|
Methods inherited from class gov.nasa.javaGenes.core.Tournament |
getChosenIndex, getChosenIndex, getChosenIndices, getChosenIndices, getChosenIndices, getParentIndices, shouldChooseSecondOne, tournament |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int extendFromFirstParentIndex
Constructor Detail |
public TournamentLocal(int size, int extendFromFirstParentIndex)
Method Detail |
public int[] getParentIndices(int number, IntegerInterval range, Population population)
getParentIndices
in interface ChooseParents
getParentIndices
in class Tournament
public java.lang.String toString()
toString
in class Tournament
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |