|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.population.duplicates.DTBuildNextRandomGeneration
public class DTBuildNextRandomGeneration
Title: Duplicate Tasks Build Next Random Generation
Description: The individuals of the next generation are randomly created. It is possible to keep some individuals of the previous generation by specify an 'elitism rate' bigger than 0.
Constructor Summary | |
---|---|
DTBuildNextRandomGeneration(double elitismRate,
BuildPopulation randomPopulationBuilder)
|
Method Summary | |
---|---|
HeuristicsNet[] |
build(HeuristicsNet[] oldPopulation)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTBuildNextRandomGeneration(double elitismRate, BuildPopulation randomPopulationBuilder)
Method Detail |
---|
public HeuristicsNet[] build(HeuristicsNet[] oldPopulation)
build
in interface BuildPopulation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |