public interface StoppingCondition
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfied(Population population)
Determine whether or not the given population satisfies the stopping condition.
|
boolean isSatisfied(Population population)
population
- the population to test.true
if this stopping condition is met by the given population, false
otherwise.Copyright © 2017 CNES. All rights reserved.