|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.fitness.duplicates.DTExtraBehaviorPunishmentFitness
public class DTExtraBehaviorPunishmentFitness
Title:
Description: This class uses the continuous parsing plus (1) a punishment based on the amount of enabled tasks and (2) a punishment for duplicate tasks that have common elements in their input/ouput sets.
NOTE: We assume that the nets do not have interconnecting duplicate tasks!!
Constructor Summary | |
---|---|
DTExtraBehaviorPunishmentFitness(LogReader log,
double[] parameters)
Creates a fitness object for the given log and parameters. |
Method Summary | |
---|---|
HeuristicsNet[] |
calculate(HeuristicsNet[] pop)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTExtraBehaviorPunishmentFitness(LogReader log, double[] parameters)
Method Detail |
---|
public HeuristicsNet[] calculate(HeuristicsNet[] pop)
calculate
in interface Fitness
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |