|
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.AntiTournament
gov.nasa.javaGenes.core.AntiTournamentLocal
Field Summary | |
protected int |
extendFromFirstParentIndices
|
Fields inherited from class gov.nasa.javaGenes.core.Tournament |
size |
Constructor Summary | |
AntiTournamentLocal(int size,
int extendFromFirstParentIndices)
|
Method Summary | |
int |
getDeathRowIndex(int[] parentIndices,
IntegerInterval range,
Population population)
|
java.lang.String |
toString()
|
Methods inherited from class gov.nasa.javaGenes.core.AntiTournament |
getDeathRowIndex, shouldChooseSecondOne |
Methods inherited from class gov.nasa.javaGenes.core.Tournament |
getChosenIndex, getChosenIndex, getChosenIndices, getChosenIndices, getChosenIndices, getParentIndices, getParentIndices, tournament |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int extendFromFirstParentIndices
Constructor Detail |
public AntiTournamentLocal(int size, int extendFromFirstParentIndices)
Method Detail |
public int getDeathRowIndex(int[] parentIndices, IntegerInterval range, Population population)
getDeathRowIndex
in interface ChooseForDeath
getDeathRowIndex
in class AntiTournament
public java.lang.String toString()
toString
in class AntiTournament
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |