|
|||||||||
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.DirectedGGA
public class DirectedGGA
DirectedGGA is an acronym for a Generating Genetic Algorithm which uses
probability directed search heuristics to select attributes for generation or
removing. Its approach to generating new attributes differs from the original
one and is the same as the one of YAGGA
.
The (generating) mutation can do one of the following things with different
probabilities:
JMySVMLearner
which delivers
the xi-alpha performance estimation at least for classification tasks. http://yale.cs.uni-dortmund.de
.
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 | |
---|---|
DirectedGGA(OperatorDescription description)
|
Method Summary | |
---|---|
protected PopulationOperator |
getMutationPopulationOperator(ExampleSet eSet)
Returns the DirectedGeneratingMutation . |
java.util.List<ParameterType> |
getParameterTypes()
Returns a list of ParameterTypes describing the parameters of this operator. |
Methods inherited from class edu.udo.cs.yale.operator.features.construction.YAGGA2 |
---|
apply, getGenerators, getPreProcessingPopulationOperators |
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 DirectedGGA(OperatorDescription description)
Method Detail |
---|
protected PopulationOperator getMutationPopulationOperator(ExampleSet eSet) throws OperatorException
DirectedGeneratingMutation
.
getMutationPopulationOperator
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 |