org.processmining.mining.geneticmining.population
Class BuildNextGeneration

java.lang.Object
  extended by org.processmining.mining.geneticmining.population.BuildNextGeneration
All Implemented Interfaces:
BuildPopulation

public class BuildNextGeneration
extends java.lang.Object
implements BuildPopulation

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
BuildNextGeneration(SelectionMethod selectionMethod, java.util.Random generator, double crossoverRate, double mutationRate, double elitismRate, Crossover crossover, Mutation mutation)
           
 
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

BuildNextGeneration

public BuildNextGeneration(SelectionMethod selectionMethod,
                           java.util.Random generator,
                           double crossoverRate,
                           double mutationRate,
                           double elitismRate,
                           Crossover crossover,
                           Mutation mutation)
Method Detail

build

public HeuristicsNet[] build(HeuristicsNet[] oldPopulation)
Specified by:
build in interface BuildPopulation