|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.tools.math.optimization.ec.es.CutSelection
public class CutSelection
Creates a new population by a deterministical selection of the best individuals.
Field Summary | |
---|---|
private int |
popSize
|
Constructor Summary | |
---|---|
CutSelection(int popSize)
|
Method Summary | |
---|---|
void |
operate(Population population)
|
boolean |
performOperation(int generation)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int popSize
Constructor Detail |
---|
public CutSelection(int popSize)
Method Detail |
---|
public boolean performOperation(int generation)
public void operate(Population population)
operate
in interface PopulationOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |