|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpalta.ops.IndSelector
public abstract class IndSelector
Abstract selector class
Constructor Summary | |
---|---|
IndSelector()
|
Method Summary | ||
---|---|---|
abstract
|
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 IndSelector()
Method Detail |
---|
public abstract <T extends Individual> java.util.List<T> select(java.util.List<T> population)
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 |