|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpalta.ops.IndSelector
gpalta.ops.IndSelectorRoulette
public class IndSelectorRoulette
Implements roulette selection method
Constructor Summary | |
---|---|
IndSelectorRoulette(Config config,
Ranking theRanking)
Creates a new instance of IndSelectorRoulette |
Method Summary | ||
---|---|---|
|
select(java.util.List<T> population)
Performs the selection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndSelectorRoulette(Config config, Ranking theRanking)
Method Detail |
---|
public <T extends Individual> java.util.List<T> select(java.util.List<T> population)
IndSelector
select
in class IndSelector
population
- A list of Trees from where to select the individuals
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |