|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--evSOLve.JEvolution.NoSelection
All parents are selected into the next geneneration, i.e., there is no selection pressure (JEvolution native selection).
Constructor Summary | |
NoSelection()
Default constructor. |
Method Summary | |
void |
doSelect(Population parents,
Population offspring)
Simply copies parents to offspring without any selection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoSelection()
Method Detail |
public void doSelect(Population parents, Population offspring)
doSelect
in interface Selection
parents
- the Population of parentsoffspring
- the Population of survivors (in this case all parents)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |