|
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 | +--mss.ea.mut.IntegerMutation
Abstract base class for mutation of int numbers.
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 |
protected java.util.Random rand
Constructor Detail |
public IntegerMutation()
public IntegerMutation(float propability)
propability
- mutation propability
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |