|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.features.selection.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)
Modifies the population. |
boolean |
performOperation(int generation)
Indicates if the operation should be performed in the given 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)
PopulationOperator
performOperation
in interface PopulationOperator
public void operate(Population population)
PopulationOperator
operate
in interface PopulationOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |