|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.core.GeneticOperator | +--mss.ea.mut.Mutation | +--mss.ea.mut.ChromosomeMutation
Abstract base class for the mutation of chromosomes.
Field Summary | |
protected float |
mutationPropability
Mutation propability. |
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
ChromosomeMutation(float propability)
Constructor with mutation propability. |
Method Summary | |
abstract void |
mutate(Chromosome cr)
Mutation of a single chromosome. |
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 |
protected float mutationPropability
Constructor Detail |
public ChromosomeMutation(float propability)
propability
- mutation propabilityMethod Detail |
public abstract void mutate(Chromosome cr) throws MutationException
cr
- chromosome to be mutatedMutationException
- throw, if mutation fails
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |