eaLib API Docs
Last Modified : January 7 2002

mss.ea.mut
Class IntegerMutation

java.lang.Object
  |
  +--mss.ea.core.GeneticOperator
        |
        +--mss.ea.mut.Mutation
              |
              +--mss.ea.mut.ChromosomeMutation
                    |
                    +--mss.ea.mut.IntegerMutation
Direct Known Subclasses:
IntegerRangeMutation, IntegerRelativeRangeMutation, IntegerStepMutation

public abstract class IntegerMutation
extends ChromosomeMutation

Abstract base class for mutation of int numbers.

Since:
0.1
Version:
0.1 (12-05-00)
Author:
Andreas Rummler

Field Summary
protected  java.util.Random rand
          Random generator.
 
Fields inherited from class mss.ea.mut.ChromosomeMutation
mutationPropability
 
Fields inherited from class mss.ea.core.GeneticOperator
description, ID, name
 
Constructor Summary
IntegerMutation()
          Constructor.
IntegerMutation(float propability)
          Constructor with mutation propability.
 
Methods inherited from class mss.ea.mut.ChromosomeMutation
mutate
 
Methods inherited from class mss.ea.core.GeneticOperator
getDescription, getID, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rand

protected java.util.Random rand
Random generator.
Constructor Detail

IntegerMutation

public IntegerMutation()
Constructor. The mutation propability is set to 0.05.

IntegerMutation

public IntegerMutation(float propability)
Constructor with mutation propability. The random generator is initialized.
Parameters:
propability - mutation propability

eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS