|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.selection.duplicates.DTTournamentSelection
public class DTTournamentSelection
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Constructor Summary | |
---|---|
DTTournamentSelection(java.util.Random gen)
Uses a threshold of 0.75. |
Method Summary | |
---|---|
HeuristicsNet[] |
select(HeuristicsNet[] population)
This methods randomly selects two individuals (in population) to play the tournament. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DTTournamentSelection(java.util.Random gen)
Method Detail |
---|
public HeuristicsNet[] select(HeuristicsNet[] population)
select
in interface SelectionMethod
population
- Array of individuals to take part in the selection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |