org.processmining.mining.geneticmining
Class GeneticMinerSettings
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()