|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.algorithm.population.AbstractIterationStrategy<EC> net.sourceforge.cilib.ec.iterationstrategies.DifferentialEvolutionIterationStrategy
public class DifferentialEvolutionIterationStrategy
Evolutionary Strategy to implement the Differential Evolutionary Algorithm.
Field Summary |
---|
Fields inherited from class net.sourceforge.cilib.algorithm.population.AbstractIterationStrategy |
---|
boundaryConstraint, operatorPipeline |
Constructor Summary | |
---|---|
DifferentialEvolutionIterationStrategy()
Create an instance of the DifferentialEvolutionIterationStrategy. |
|
DifferentialEvolutionIterationStrategy(DifferentialEvolutionIterationStrategy copy)
Copy constructor. |
Method Summary | |
---|---|
DifferentialEvolutionIterationStrategy |
getClone()
Create a cloned copy of the current object and return it. |
CrossoverStrategy |
getCrossoverStrategy()
Get the CrossoverStrategy used to create offspring entities. |
SelectionStrategy |
getTargetVectorSelectionStrategy()
Obtain the SelectionStrategy used to select the target vector. |
CreationStrategy |
getTrialVectorCreationStrategy()
Get the current strategy for creation of the trial vector. |
void |
performIteration(EC ec)
Perform an iteration of the DE algorithm defined as the DE/x/y/z implementation. |
void |
setCrossoverStrategy(CrossoverStrategy crossoverStrategy)
Set the CrossoverStrategy used to create offspring entities. |
void |
setTargetVectorSelectionStrategy(SelectionStrategy targetVectorSelectionStrategy)
Set the SelectionStrategy used to select the target vector within the DE. |
void |
setTrialVectorCreationStrategy(CreationStrategy trialVectorCreationStrategy)
Set the strategy to create trial vectors. |
Methods inherited from class net.sourceforge.cilib.algorithm.population.AbstractIterationStrategy |
---|
getBoundaryConstraint, getOperatorPipeline, setBoundaryConstraint, setOperatorPipeline |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DifferentialEvolutionIterationStrategy()
public DifferentialEvolutionIterationStrategy(DifferentialEvolutionIterationStrategy copy)
copy
- The instance to copy.Method Detail |
---|
public DifferentialEvolutionIterationStrategy getClone()
getClone
in interface IterationStrategy<EC>
getClone
in interface Cloneable
getClone
in class AbstractIterationStrategy<EC>
Object.clone()
public void performIteration(EC ec)
performIteration
in interface IterationStrategy<EC>
performIteration
in class AbstractIterationStrategy<EC>
ec
- The EC on which to perform this iteration.public SelectionStrategy getTargetVectorSelectionStrategy()
public void setTargetVectorSelectionStrategy(SelectionStrategy targetVectorSelectionStrategy)
targetVectorSelectionStrategy
- The SelectionStrategy to use for the
selection of the target vector.public CrossoverStrategy getCrossoverStrategy()
public void setCrossoverStrategy(CrossoverStrategy crossoverStrategy)
crossoverStrategy
- The CrossoverStrategy to create entities.public CreationStrategy getTrialVectorCreationStrategy()
public void setTrialVectorCreationStrategy(CreationStrategy trialVectorCreationStrategy)
trialVectorCreationStrategy
- The value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |