jeco.kernel.operator.selector
Class SelectionOperator

java.lang.Object
  extended by jeco.kernel.operator.selector.SelectionOperator
Direct Known Subclasses:
BinaryTournament, BinaryTournamentNSGAII, TournamentSelect

public abstract class SelectionOperator
extends java.lang.Object


Constructor Summary
SelectionOperator()
           
 
Method Summary
abstract  Solution execute(Solutions solutions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionOperator

public SelectionOperator()
Method Detail

execute

public abstract Solution execute(Solutions solutions)