org.processmining.mining.geneticmining.fitness.duplicates
Class DTExtraBehaviorPunishmentFitness

java.lang.Object
  extended by org.processmining.mining.geneticmining.fitness.duplicates.DTExtraBehaviorPunishmentFitness
All Implemented Interfaces:
Fitness

public class DTExtraBehaviorPunishmentFitness
extends java.lang.Object
implements Fitness

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!!

Version:
1.0
Author:
Ana Karla A. de Medeiros

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

DTExtraBehaviorPunishmentFitness

public DTExtraBehaviorPunishmentFitness(LogReader log,
                                        double[] parameters)
Creates a fitness object for the given log and parameters. NOTE: If the array parameters does not contain all the parameter values, the missing ones are assigned to zero.

Method Detail

calculate

public HeuristicsNet[] calculate(HeuristicsNet[] pop)
Specified by:
calculate in interface Fitness