Class SpatialSpreadDeviationSelection<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.operator.selection.impl.SpatialSpreadDeviationSelection<S>
- All Implemented Interfaces:
Serializable,Operator<List<S>,,S> SelectionOperator<List<S>,S>
public class SpatialSpreadDeviationSelection<S extends Solution<?>>
extends Object
implements SelectionOperator<List<S>,S>
Spatial Spread Deviation selection operator
- Author:
- Alejandro Santiago invalid input: '<'aurelio.santiago@upalt.edu.mx>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpatialSpreadDeviationSelection(int numberOfTournaments) ConstructorSpatialSpreadDeviationSelection(Comparator<S> comparator, int numberOfTournaments) Constructor -
Method Summary
-
Constructor Details
-
SpatialSpreadDeviationSelection
public SpatialSpreadDeviationSelection(int numberOfTournaments) Constructor -
SpatialSpreadDeviationSelection
Constructor
-
-
Method Details
-
execute
-