Class DifferentialEvolutionSelection
java.lang.Object
org.uma.jmetal.component.catalogue.ea.selection.impl.DifferentialEvolutionSelection
- All Implemented Interfaces:
Selection<DoubleSolution>
-
Constructor Summary
ConstructorsConstructorDescriptionDifferentialEvolutionSelection(int matingPoolSize, int numberOfParentsToSelect, boolean takeCurrentIndividualAsParent, SequenceGenerator<Integer> solutionIndexGenerator) -
Method Summary
-
Constructor Details
-
DifferentialEvolutionSelection
public DifferentialEvolutionSelection(int matingPoolSize, int numberOfParentsToSelect, boolean takeCurrentIndividualAsParent, SequenceGenerator<Integer> solutionIndexGenerator)
-
-
Method Details
-
select
- Specified by:
selectin interfaceSelection<DoubleSolution>
-