|
MOEA Framework 2.12 API Specification |
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.moeaframework.core.operator.UniformSelection
public class UniformSelection
Uniform selection operator. Solutions are selected from the population with equal probability.
Constructor Summary | |
---|---|
UniformSelection()
Constructs a uniform selection operator. |
Method Summary | |
---|---|
Solution[] |
select(int arity,
Population population)
Returns an array of length arity of solutions selected from the
specified population. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniformSelection()
Method Detail |
---|
public Solution[] select(int arity, Population population)
Selection
arity
of solutions selected from the
specified population.
select
in interface Selection
arity
- the number of solutions selected from the specified
populationpopulation
- the population from which solutions are selected
arity
of solutions selected from the
specified population
|
MOEA Framework 2.12 API Specification |
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |