|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.geneticoperations.PartitionRedefinitionMutation
public class PartitionRedefinitionMutation
Constructor Summary | |
---|---|
PartitionRedefinitionMutation(java.util.Random gen,
double mutationRate)
|
Method Summary | |
---|---|
HeuristicsNet |
doMutation(HeuristicsNet ind)
This method changes the AND/OR-split/join at the individual. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartitionRedefinitionMutation(java.util.Random gen, double mutationRate)
Method Detail |
---|
public HeuristicsNet doMutation(HeuristicsNet ind)
doMutation
in interface Mutation
ind
- individual to mutate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |