Uses of Class
net.sourceforge.cilib.coevolution.selection.OpponentSelectionStrategy

Packages that use OpponentSelectionStrategy
net.sourceforge.cilib.coevolution   
net.sourceforge.cilib.coevolution.selection   
 

Uses of OpponentSelectionStrategy in net.sourceforge.cilib.coevolution
 

Fields in net.sourceforge.cilib.coevolution declared as OpponentSelectionStrategy
protected  OpponentSelectionStrategy CompetitiveCoevolutionIterationStrategy.opponentSelectionStrategy
           
 

Methods in net.sourceforge.cilib.coevolution that return OpponentSelectionStrategy
 OpponentSelectionStrategy CompetitiveCoevolutionIterationStrategy.getOpponentSelectionStrategy()
           
 

Methods in net.sourceforge.cilib.coevolution with parameters of type OpponentSelectionStrategy
 void CompetitiveCoevolutionIterationStrategy.setOpponentSelectionStrategy(OpponentSelectionStrategy opponentSelectionStrategy)
           
 

Uses of OpponentSelectionStrategy in net.sourceforge.cilib.coevolution.selection
 

Subclasses of OpponentSelectionStrategy in net.sourceforge.cilib.coevolution.selection
 class SelectAllOpponentSelectionStrategy
          example of implementation of an OpponentSelectionStrategy, selects all the opponents in the pool
 class SelectNOpponentSelectionStrategy
          Select N random opponents from the pool of competitors
 

Methods in net.sourceforge.cilib.coevolution.selection that return OpponentSelectionStrategy
 OpponentSelectionStrategy SelectNOpponentSelectionStrategy.getClone()
          Create a cloned copy of the current object and return it.
abstract  OpponentSelectionStrategy OpponentSelectionStrategy.getClone()
          Create a cloned copy of the current object and return it.
 

Constructors in net.sourceforge.cilib.coevolution.selection with parameters of type OpponentSelectionStrategy
OpponentSelectionStrategy(OpponentSelectionStrategy copy)
           
 



Copyright © 2009 CIRG. All Rights Reserved.