org.processmining.mining.geneticmining.selection.duplicates
Class DTTournamentSelection5

java.lang.Object
  extended by org.processmining.mining.geneticmining.selection.duplicates.DTTournamentSelection5
All Implemented Interfaces:
SelectionMethod

public class DTTournamentSelection5
extends java.lang.Object
implements SelectionMethod

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
DTTournamentSelection5(java.util.Random gen)
           
 
Method Summary
 HeuristicsNet[] select(HeuristicsNet[] population)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTTournamentSelection5

public DTTournamentSelection5(java.util.Random gen)
Method Detail

select

public HeuristicsNet[] select(HeuristicsNet[] population)
Specified by:
select in interface SelectionMethod