public interface IStopCondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkStopCondition(java.util.Collection<TrajectoryFitness> survivedPopulation)
Returns true if the exploration process has to stop.
|
void |
init(ThreadContext context)
Initializes the stop condition.
|
void init(ThreadContext context)
context - boolean checkStopCondition(java.util.Collection<TrajectoryFitness> survivedPopulation)
survivedPopulation - The survevied population.