Package | Description |
---|---|
org.processmining.plugins.etm.fitness.metrics | |
org.processmining.plugins.etm.parameters |
Modifier and Type | Method and Description |
---|---|
void |
ParetoFitnessEvaluator.ParetoFitnessEvaluatorGUI.init(ParetoFitnessEvaluator instance) |
Modifier and Type | Method and Description |
---|---|
ParetoFitnessEvaluator |
ETMParamPareto.getParetoFitnessEvaluator()
The ParetoFitnessEvaluator is a special kind of evaluator that uses the
Pareto front to assign a fitness (f.i.
|
Modifier and Type | Method and Description |
---|---|
void |
ETMParamPareto.setParetoFitnessEvaluator(ParetoFitnessEvaluator paretoFitnessEvaluator) |
Constructor and Description |
---|
ETMParamPareto(CentralRegistry centralRegistry,
TreeFitnessAbstract fitnessEvaluator,
ParetoFitnessEvaluator paretoFitnessEvaluator,
java.util.List<EvolutionaryOperator<NAryTree>> evolutionaryOperators,
int populationSize,
int eliteCount) |
ETMParamParetoConfigurable(CentralRegistryConfigurable centralRegistry,
TreeFitnessAbstract fitnessEvaluator,
ParetoFitnessEvaluator paretoFitnessEvaluator,
java.util.List<EvolutionaryOperator<NAryTree>> evolutionaryOperators,
int populationSize,
int eliteCount) |