Class NaryRandomSelection<S>

java.lang.Object
org.uma.jmetal.operator.selection.impl.NaryRandomSelection<S>
All Implemented Interfaces:
Serializable, Operator<List<S>,List<S>>, SelectionOperator<List<S>,List<S>>

public class NaryRandomSelection<S> extends Object implements SelectionOperator<List<S>,List<S>>
This class implements a random selection operator used for selecting randomly N solutions from a list
Version:
1.0
Author:
Antonio J. Nebro
See Also: