Interface | Description |
---|---|
Fitness |
Interface of classes to calculate the fitness of
HeuristcNet
objects in a given population. |
Class | Description |
---|---|
ContinuousSemantics |
Calculates the fitness of
HeuristicsNet objects
in a population based on a weighed sum of (i) the ratio of
parsed activities without problems and (ii) the ratio of
properly completed traces. |
ImprovedContinuousSemantics |
Calculates the fitness of
HeuristicsNet objects
in a population based on the ratio of activities
in a log that could be parsed (or replayed) without
problems. |
MapIdenticalHeuristicsNets |
This class builds a mapping of identical
HeuristicNet objects (i.e., individuals)
in a give population. |
ProperCompletion |
For every
HeuristicsNet in a population,
this class calculates the ratio of the traces in a log that
could be completely replayed without problems and
without "tokens being left behind". |