|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface Selection
Interface for selection operators. Selection operators pick one or more solutions from a population using some selection criteria.
| Method Summary | |
|---|---|
Solution[] |
select(int arity,
Population population)
Returns an array of length arity of solutions selected from the
specified population. |
| Method Detail |
|---|
Solution[] select(int arity,
Population population)
arity of solutions selected from the
specified population.
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.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||