|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.features.IndividualOperator
edu.udo.cs.yale.operator.features.selection.ForwardSelection
public class ForwardSelection
This PopulationOperator realises forward selection, i.e. creates a list of clones of each individual and switches on one attribute in each of the clones.
Field Summary | |
---|---|
private ExampleSet |
original
|
Constructor Summary | |
---|---|
ForwardSelection(ExampleSet original)
|
Method Summary | |
---|---|
java.util.List<Individual> |
operate(Individual individual)
Subclasses must implement this method providing a list of new individuals. |
Methods inherited from class edu.udo.cs.yale.operator.features.IndividualOperator |
---|
operate, performOperation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ExampleSet original
Constructor Detail |
---|
public ForwardSelection(ExampleSet original)
Method Detail |
---|
public java.util.List<Individual> operate(Individual individual)
IndividualOperator
operate
in class IndividualOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |