Class RandomSelection<S>
java.lang.Object
org.uma.jmetal.operator.selection.impl.RandomSelection<S>
- All Implemented Interfaces:
Serializable,Operator<List<S>,,S> SelectionOperator<List<S>,S>
This class implements a random selection operator used for selecting randomly a solution from a list
- Author:
- Antonio J. Nebro
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RandomSelection
public RandomSelection()
-
-
Method Details
-
execute
-