|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.population.BuildInitialPopulation
public class BuildInitialPopulation
Title: Build Initial Population
Description: Builds an initial population. Every individual is based on
causal, start and end matrices that are randomly created whenever an
individual is going to be built.
Note: The created individuals do not have a fitness value.
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
---|---|
BuildInitialPopulation(java.util.Random gen,
LogReader log,
GeneticMiningMatrices genMining)
|
Method Summary | |
---|---|
HeuristicsNet[] |
build(HeuristicsNet[] oldPopulation)
Fills in oldPopulation with new individuals. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildInitialPopulation(java.util.Random gen, LogReader log, GeneticMiningMatrices genMining)
Method Detail |
---|
public HeuristicsNet[] build(HeuristicsNet[] oldPopulation)
build
in interface BuildPopulation
oldPopulation
- DuplicateTasksHeuristicsNet[] population to be filled in.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |