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 © 2003–2016 The Apache Software Foundation. All rights reserved.