edu.udo.cs.yale.operator.features.construction
Class FourierGeneratingMutation
java.lang.Object
edu.udo.cs.yale.operator.features.IndividualOperator
edu.udo.cs.yale.operator.features.construction.FourierGeneratingMutation
- All Implemented Interfaces:
- PopulationOperator
public class FourierGeneratingMutation
- extends IndividualOperator
The mutation operator for FourierGGA. This operator adds single attributes
from the original set, creates new ones and deselect single attributes. For
each freshly added attribute a fourier generation will will be performed.
- Version:
- $Id: FourierGeneratingMutation.java,v 1.1 2006/04/14 07:47:17
ingomierswa Exp $
- Author:
- Ingo Mierswa
- See Also:
FourierGGA
Constructor Summary |
FourierGeneratingMutation(java.util.List<Attribute> originalAttributes,
double p,
java.util.List<FeatureGenerator> generators,
int numberOfConstructed,
int numberOfOriginal,
int maxPeaks,
int adaptionType,
int attributesPerPeak,
double epsilon,
int maxDepth,
java.lang.String[] unusableFunctions,
RandomGenerator random)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generators
private java.util.List<FeatureGenerator> generators
originalAttributes
private java.util.List<Attribute> originalAttributes
p
private double p
numberOfConstructed
private int numberOfConstructed
numberOfOriginal
private int numberOfOriginal
factory
private SinusFactory factory
maxDepth
private int maxDepth
unusableFunctions
private java.lang.String[] unusableFunctions
random
private RandomGenerator random
FourierGeneratingMutation
public FourierGeneratingMutation(java.util.List<Attribute> originalAttributes,
double p,
java.util.List<FeatureGenerator> generators,
int numberOfConstructed,
int numberOfOriginal,
int maxPeaks,
int adaptionType,
int attributesPerPeak,
double epsilon,
int maxDepth,
java.lang.String[] unusableFunctions,
RandomGenerator random)
operate
public java.util.List<Individual> operate(Individual individual)
throws java.lang.Exception
- Performs one of the following three mutations:
- add a newly generated attribute
- add an original attribute
- remove an attribute
- Specified by:
operate
in class IndividualOperator
- Throws:
java.lang.Exception
addGeneratedAttribute
private int addGeneratedAttribute(AttributeWeightedExampleSet exampleSet)
throws OperatorException
- Adds a new attribute. Returns true, if generation was possible.
- Throws:
OperatorException
addOriginalAttribute
private int addOriginalAttribute(AttributeWeightedExampleSet exampleSet)
throws GenerationException,
OperatorException
- Throws:
GenerationException
OperatorException
deselect
private void deselect(AttributeWeightedExampleSet exampleSet,
int m)
Copyright © 2001-2006