public class DifferentialEvolutionSelection extends Object implements SelectionOperator<List<DoubleSolution>,List<DoubleSolution>>
| Constructor and Description |
|---|
DifferentialEvolutionSelection()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<DoubleSolution> |
execute(List<DoubleSolution> solutionSet)
Execute() method
|
void |
setIndex(int index) |
public DifferentialEvolutionSelection()
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 © 2015. All rights reserved.