|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |