|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.openai.ai.ga.selection.common.SelectNone
SelectNone
is a SelectionAlgorithm
that will returns a clone of the passed Population
, but
with no members.
Constructor Summary | |
SelectNone()
Creates a new SelectNone object. |
Method Summary | |
Population |
selectFromPopulation(Population pop)
Returns a Population that is a clone of the specified
Population |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelectNone()
SelectNone
object.
Method Detail |
public Population selectFromPopulation(Population pop)
Population
that is a clone of the specified
Population but has no members.
- Specified by:
selectFromPopulation
in interface SelectionAlgorithm
- Parameters:
pop
- the Population
to choose from
- Returns:
- an empty cloned
Population
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |