|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SelectionStrategy in net.sourceforge.cilib.boa |
---|
Methods in net.sourceforge.cilib.boa that return SelectionStrategy | |
---|---|
SelectionStrategy |
ABC.getDancingSelectionStrategy()
|
Methods in net.sourceforge.cilib.boa with parameters of type SelectionStrategy | |
---|---|
void |
ABC.setDancingSelectionStrategy(SelectionStrategy dancingSelectionStrategy)
|
Uses of SelectionStrategy in net.sourceforge.cilib.boa.bee |
---|
Fields in net.sourceforge.cilib.boa.bee declared as SelectionStrategy | |
---|---|
protected SelectionStrategy |
AbstractBee.targetSelectionStrategy
|
Uses of SelectionStrategy in net.sourceforge.cilib.ec.iterationstrategies |
---|
Methods in net.sourceforge.cilib.ec.iterationstrategies that return SelectionStrategy | |
---|---|
SelectionStrategy |
DifferentialEvolutionIterationStrategy.getTargetVectorSelectionStrategy()
Obtain the SelectionStrategy used to select the target vector. |
Methods in net.sourceforge.cilib.ec.iterationstrategies with parameters of type SelectionStrategy | |
---|---|
void |
DifferentialEvolutionIterationStrategy.setTargetVectorSelectionStrategy(SelectionStrategy targetVectorSelectionStrategy)
Set the SelectionStrategy used to select the target vector within the DE. |
Uses of SelectionStrategy in net.sourceforge.cilib.entity.operators.crossover |
---|
Methods in net.sourceforge.cilib.entity.operators.crossover that return SelectionStrategy | |
---|---|
SelectionStrategy |
CrossoverStrategy.getSelectionStrategy()
|
Methods in net.sourceforge.cilib.entity.operators.crossover with parameters of type SelectionStrategy | |
---|---|
void |
CrossoverStrategy.setSelectionStrategy(SelectionStrategy selectionStrategy)
|
Uses of SelectionStrategy in net.sourceforge.cilib.entity.operators.selection |
---|
Subclasses of SelectionStrategy in net.sourceforge.cilib.entity.operators.selection | |
---|---|
class |
CompoundSelection
This class implements the Composite design pattern to correctly apply a group of selection operators to perform a specific selection. |
class |
ElitistSelectionStrategy
|
class |
RandomSelectionStrategy
|
class |
RouletteWheelSelectionStrategy
This class implements Roulette Wheel selection, also known as proportionate selection. |
class |
TournamentSelectionStrategy
Perform a tournament selection process on the provided Topology with a predefined tournament size. |
Methods in net.sourceforge.cilib.entity.operators.selection that return SelectionStrategy | |
---|---|
SelectionStrategy |
RouletteWheelSelectionStrategy.getClone()
Create a cloned copy of the current object and return it. |
abstract SelectionStrategy |
SelectionStrategy.getClone()
Create a cloned copy of the current object and return it. |
SelectionStrategy |
CompoundSelection.getClone()
Create a cloned copy of the current object and return it. |
Methods in net.sourceforge.cilib.entity.operators.selection with parameters of type SelectionStrategy | |
---|---|
void |
CompoundSelection.addSelection(SelectionStrategy selectionOperator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |