|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpponentPoolSelectionStrategy | |
---|---|
net.sourceforge.cilib.coevolution.selection |
Uses of OpponentPoolSelectionStrategy in net.sourceforge.cilib.coevolution.selection |
---|
Subclasses of OpponentPoolSelectionStrategy in net.sourceforge.cilib.coevolution.selection | |
---|---|
class |
SelectAllSolutionsPoolSelectionStrategy
Adds all the Entitys current positions to the pool of potentail opponents |
class |
SelectHOFPoolSelectionStrategy
Maintains a HOF and adds the HOF Competitors to the pool |
class |
SelectpBestSolutionsPoolSelectionStrategy
Add all the populations personal best vectors to the opponent pool, this can only be used on Algorithms that optimise Particles |
Methods in net.sourceforge.cilib.coevolution.selection that return OpponentPoolSelectionStrategy | |
---|---|
abstract OpponentPoolSelectionStrategy |
OpponentPoolSelectionStrategy.getClone()
Create a cloned copy of the current object and return it. |
Methods in net.sourceforge.cilib.coevolution.selection with parameters of type OpponentPoolSelectionStrategy | |
---|---|
void |
OpponentSelectionStrategy.addPoolSelectionStrategy(OpponentPoolSelectionStrategy strategy)
|
Constructors in net.sourceforge.cilib.coevolution.selection with parameters of type OpponentPoolSelectionStrategy | |
---|---|
OpponentPoolSelectionStrategy(OpponentPoolSelectionStrategy other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |