|
|||||||||
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.SwitchingForwardSelection
public class SwitchingForwardSelection
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. In contrast to the normal forward selection this one actually selects attributes instead of completely adding them. Although this might use more memory for simple selection tasks this might be necessary in case of FeatureOperators which generate new attributes.
Constructor Summary | |
---|---|
SwitchingForwardSelection()
|
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 |
Constructor Detail |
---|
public SwitchingForwardSelection()
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 |