JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class AntiTournamentLocal

java.lang.Object
  extended bygov.nasa.javaGenes.core.Tournament
      extended bygov.nasa.javaGenes.core.AntiTournament
          extended bygov.nasa.javaGenes.core.AntiTournamentLocal
All Implemented Interfaces:
ChooseForDeath, ChooseParents, java.io.Serializable

public class AntiTournamentLocal
extends AntiTournament

See Also:
Serialized Form

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

extendFromFirstParentIndices

protected int extendFromFirstParentIndices
Constructor Detail

AntiTournamentLocal

public AntiTournamentLocal(int size,
                           int extendFromFirstParentIndices)
Method Detail

getDeathRowIndex

public int getDeathRowIndex(int[] parentIndices,
                            IntegerInterval range,
                            Population population)
Specified by:
getDeathRowIndex in interface ChooseForDeath
Overrides:
getDeathRowIndex in class AntiTournament

toString

public java.lang.String toString()
Overrides:
toString in class AntiTournament

JavaGenes, NASA Ames. Written largely by Al Globus