public class TerminateAtQDimValue extends java.lang.Object implements TerminationCondition
Constructor and Description |
---|
TerminateAtQDimValue(CentralRegistry registry,
java.util.Set<org.processmining.framework.util.Pair<TreeFitnessInfo,java.lang.Double>> limits)
Stop the algorithm as soon as the best candidate has the following
minimal quality dimension values
|
Modifier and Type | Method and Description |
---|---|
boolean |
shouldTerminate(PopulationData<?> populationData)
The condition is queried via this method to determine whether or not
evolution should finish at the current point.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public TerminateAtQDimValue(CentralRegistry registry, java.util.Set<org.processmining.framework.util.Pair<TreeFitnessInfo,java.lang.Double>> limits)
dateTime
- public boolean shouldTerminate(PopulationData<?> populationData)
TerminationCondition
shouldTerminate
in interface TerminationCondition
populationData
- Information about the current state of evolution. This may be
used to determine whether evolution should continue or not.