edu.udo.cs.yale.operator.learner.meta.eaboost
Class BoostingMutation

java.lang.Object
  extended by edu.udo.cs.yale.operator.learner.meta.eaboost.BoostingMutation

public class BoostingMutation
extends java.lang.Object

Performs an aggregation mutation on the boosting individuals. Each model value is mutated with probability 1/n. Mutation is done by replacing the model by a freshly learned model.

Version:
$Id: BoostingMutation.java,v 1.5 2006/08/03 14:39:35 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
BoostingMutation()
           
 
Method Summary
 void mutate(java.util.List<BoostingIndividual> population, ExampleSet exampleSet)
          Invokes the method mutate() for each individual.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoostingMutation

public BoostingMutation()
Method Detail

mutate

public void mutate(java.util.List<BoostingIndividual> population,
                   ExampleSet exampleSet)
            throws OperatorException
Invokes the method mutate() for each individual. The parents are kept.

Throws:
OperatorException



Copyright © 2001-2006