|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSelector<T>
public abstract class Selector<T>
the class that represents the selection process
Constructor Summary | |
---|---|
Selector()
|
Method Summary | |
---|---|
abstract List<Individual<T>> |
select(List<Individual<T>> individuals)
select the individuals for the next generation |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Selector()
Method Detail |
---|
public abstract List<Individual<T>> select(List<Individual<T>> individuals)
individuals
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |