org.processmining.mining.geneticmining
Class GeneticMinerSettings

java.lang.Object
  extended by org.processmining.mining.geneticmining.GeneticMinerSettings

public class GeneticMinerSettings
extends java.lang.Object

Version:
1.0
Author:
not attributable

Constructor Summary
GeneticMinerSettings(int populationSize, int maxNumGenerations, double mutationRate, int crossoverType, double crossoverRate, long seed, int fitnessType, int selectionMethodType, double elitismRate, int mutationType, long power, int initialPopulationType, boolean useGeneticOperators, double[] fitnessParameters)
           
 
Method Summary
 double getCrossoverRate()
           
 int getCrossoverType()
           
 double getElitismRate()
           
 double[] getFitnessParameters()
           
 int getFitnessType()
           
 int getInitialPopulationType()
           
 int getMaxNumGenerations()
           
 double getMutationRate()
           
 int getMutationType()
           
 int getPopulationSize()
           
 long getPower()
           
 long getSeed()
           
 int getSelectionMethodType()
           
 boolean getUseGeneticOperators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneticMinerSettings

public GeneticMinerSettings(int populationSize,
                            int maxNumGenerations,
                            double mutationRate,
                            int crossoverType,
                            double crossoverRate,
                            long seed,
                            int fitnessType,
                            int selectionMethodType,
                            double elitismRate,
                            int mutationType,
                            long power,
                            int initialPopulationType,
                            boolean useGeneticOperators,
                            double[] fitnessParameters)
Method Detail

getFitnessParameters

public double[] getFitnessParameters()

getInitialPopulationType

public int getInitialPopulationType()

getPower

public long getPower()

getPopulationSize

public int getPopulationSize()

getMaxNumGenerations

public int getMaxNumGenerations()

getElitismRate

public double getElitismRate()

getMutationRate

public double getMutationRate()

getMutationType

public int getMutationType()

getCrossoverType

public int getCrossoverType()

getCrossoverRate

public double getCrossoverRate()

getFitnessType

public int getFitnessType()

getSeed

public long getSeed()

getSelectionMethodType

public int getSelectionMethodType()

getUseGeneticOperators

public boolean getUseGeneticOperators()