Package org.moeaframework.core.selection
Class UniformSelection
java.lang.Object
org.moeaframework.core.selection.UniformSelection
- All Implemented Interfaces:
Selection
Uniform selection operator. Solutions are selected from the population with equal probability.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSolution[]
select
(int arity, Population population) Returns an array of lengtharity
of solutions selected from the specified population.
-
Constructor Details
-
UniformSelection
public UniformSelection()Constructs a uniform selection operator.
-
-
Method Details
-
select
Description copied from interface:Selection
Returns an array of lengtharity
of solutions selected from the specified population.
-