|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.geneticoperations.EnhancedMutation
public class EnhancedMutation
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
---|---|
EnhancedMutation(java.util.Random gen,
double mutationRate)
|
Method Summary | |
---|---|
HeuristicsNet |
doMutation(HeuristicsNet ind)
This method works as follows: For every workflow model element in the net (individual) do: Randomly choose a double number r. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnhancedMutation(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 |