public class ParetoFrontIncludesGoalSolutionStopCondition extends java.lang.Object implements IStopCondition
Constructor and Description |
---|
ParetoFrontIncludesGoalSolutionStopCondition() |
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.
|
public ParetoFrontIncludesGoalSolutionStopCondition()
public void init(ThreadContext context)
IStopCondition
init
in interface IStopCondition
public boolean checkStopCondition(java.util.Collection<TrajectoryFitness> survivedPopulation)
IStopCondition
checkStopCondition
in interface IStopCondition
survivedPopulation
- The survevied population.