|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SelectionMethod in org.processmining.mining.geneticmining.population |
---|
Methods in org.processmining.mining.geneticmining.population with parameters of type SelectionMethod | |
---|---|
static BuildPopulation |
NextPopulationFactory.getPopulation(boolean useGeneticOperators,
SelectionMethod selectionMethod,
java.util.Random generator,
double crossoverRate,
double mutationRate,
double elitismRate,
Crossover crossover,
Mutation mutation,
BuildPopulation randomPopulationBuilder)
|
Constructors in org.processmining.mining.geneticmining.population with parameters of type SelectionMethod | |
---|---|
BuildNextGeneration(SelectionMethod selectionMethod,
java.util.Random generator,
double crossoverRate,
double mutationRate,
double elitismRate,
Crossover crossover,
Mutation mutation)
|
Uses of SelectionMethod in org.processmining.mining.geneticmining.population.duplicates |
---|
Methods in org.processmining.mining.geneticmining.population.duplicates with parameters of type SelectionMethod | |
---|---|
static BuildPopulation |
DTNextPopulationFactory.getPopulation(boolean useGeneticOperators,
SelectionMethod selectionMethod,
java.util.Random generator,
double crossoverRate,
double mutationRate,
double elitismRate,
Crossover crossover,
Mutation mutation,
BuildPopulation randomPopulationBuilder)
|
Constructors in org.processmining.mining.geneticmining.population.duplicates with parameters of type SelectionMethod | |
---|---|
DTBuildNextGeneration(SelectionMethod selectionMethod,
java.util.Random generator,
double crossoverRate,
double mutationRate,
double elitismRate,
Crossover crossover,
Mutation mutation)
|
Uses of SelectionMethod in org.processmining.mining.geneticmining.selection.duplicates |
---|
Classes in org.processmining.mining.geneticmining.selection.duplicates that implement SelectionMethod | |
---|---|
class |
DTTournamentSelection
Title: |
class |
DTTournamentSelection5
Title: |
Methods in org.processmining.mining.geneticmining.selection.duplicates that return SelectionMethod | |
---|---|
static SelectionMethod |
DTSelectionMethodFactory.getSelectionMethods(int indexSelectionMethodType,
java.util.Random generator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |