moea.moga.selector
Class BinarySelector

java.lang.Object
  extended by moea.moga.selector.Selector
      extended by moea.moga.selector.TournamentSelector
          extended by moea.moga.selector.BinarySelector

public class BinarySelector
extends TournamentSelector


Field Summary
 
Fields inherited from class moea.moga.selector.TournamentSelector
tournament, tournamentSize
 
Fields inherited from class moea.moga.selector.Selector
comparator, pool
 
Constructor Summary
BinarySelector(java.util.Comparator<Entity> comparator)
           
 
Method Summary
 
Methods inherited from class moea.moga.selector.TournamentSelector
generateTournament, update
 
Methods inherited from class moea.moga.selector.Selector
initialize, select
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinarySelector

public BinarySelector(java.util.Comparator<Entity> comparator)