|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.Operator
edu.udo.cs.yale.operator.OperatorChain
edu.udo.cs.yale.operator.features.FeatureOperator
edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm
edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm
edu.udo.cs.yale.operator.features.construction.YAGGA
edu.udo.cs.yale.operator.features.construction.YAGGA2
edu.udo.cs.yale.operator.features.construction.FourierGGA
public class FourierGGA
FourierGGA has all functions of YAGGA2. Additionally for each added attribute a fourier transformation is performed and the sinus function corresponding to the highest peaks are additionally added. YAGGA is an acronym for Yet Another Generating Genetic Algorithm. Its approach to generating new attributes differs from the original one. The (generating) mutation can do one of the following things with different probabilities:
Field Summary |
---|
Fields inherited from class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm |
---|
BOLTZMANN_SELECTION, CUT_SELECTION, NON_DOMINATED_SORTING_SELECTION, RANK_SELECTION, ROULETTE_WHEEL, SELECTION_SCHEMES, STOCHASTIC_UNIVERSAL, TOURNAMENT_SELECTION, UNIFORM_SELECTION |
Constructor Summary | |
---|---|
FourierGGA(OperatorDescription description)
|
Method Summary | |
---|---|
protected PopulationOperator |
getMutationPopulationOperator(ExampleSet eSet)
Returns the generating mutation PopulationOperator . |
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
protected java.util.List<PopulationOperator> |
getPreProcessingPopulationOperators(ExampleSet eSet)
Returns an empty list. |
Methods inherited from class edu.udo.cs.yale.operator.features.construction.YAGGA2 |
---|
apply, getGenerators |
Methods inherited from class edu.udo.cs.yale.operator.features.construction.YAGGA |
---|
createInitialPopulation, getGeneratingPopulationOperator |
Methods inherited from class edu.udo.cs.yale.operator.features.construction.AbstractGeneratingGeneticAlgorithm |
---|
getCrossoverPopulationOperator |
Methods inherited from class edu.udo.cs.yale.operator.features.selection.AbstractGeneticAlgorithm |
---|
getPostEvaluationPopulationOperators, getPostProcessingPopulationOperators, getPreEvaluationPopulationOperators, solutionGoodEnough |
Methods inherited from class edu.udo.cs.yale.operator.features.FeatureOperator |
---|
evaluate, evaluate, getCheckForMaximum, getInnerOperatorCondition, getInputClasses, getMaxNumberOfInnerOperators, getMinNumberOfInnerOperators, getNumberOfSteps, getOutputClasses, getRandom, setCheckForMaximum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FourierGGA(OperatorDescription description)
Method Detail |
---|
protected PopulationOperator getMutationPopulationOperator(ExampleSet eSet) throws OperatorException
PopulationOperator
.
getMutationPopulationOperator
in class YAGGA2
OperatorException
protected java.util.List<PopulationOperator> getPreProcessingPopulationOperators(ExampleSet eSet) throws OperatorException
AbstractGeneticAlgorithm
getPreProcessingPopulationOperators
in class YAGGA2
OperatorException
public java.util.List<ParameterType> getParameterTypes()
Operator
getParameterTypes
in class YAGGA2
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |