Package | Description |
---|---|
org.processmining.plugins.etm.mutation |
Constructor and Description |
---|
GuidedTreeMutationCoordinator(CentralRegistry registry,
double chanceOfRandomMutation,
boolean preventDuplicates,
java.util.LinkedHashMap<TreeMutationAbstract,java.lang.Double> smartMutators,
TreeMutationCoordinator dumbCoordinator)
Instantiates a new Guided mutation coordinator that selects trees to
mutate and applies one of a given set of (weighted) mutators.
|