public class DifferentialEvolutionSelection extends Object implements SelectionOperator<List<DoubleSolution>,List<DoubleSolution>>
| Constructor and Description |
|---|
DifferentialEvolutionSelection()
Constructor
|
DifferentialEvolutionSelection(BoundedRandomGenerator<Integer> randomGenerator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<DoubleSolution> |
execute(List<DoubleSolution> solutionSet)
Execute() method
|
void |
setIndex(int index) |
public DifferentialEvolutionSelection()
public DifferentialEvolutionSelection(BoundedRandomGenerator<Integer> randomGenerator)
public void setIndex(int index)
public List<DoubleSolution> execute(List<DoubleSolution> solutionSet)
execute in interface Operator<List<DoubleSolution>,List<DoubleSolution>>solutionSet - The data to processCopyright © 2018. All rights reserved.