public class MinEpsilon extends Object implements Predicate<IterationState>
| Constructor and Description |
|---|
MinEpsilon(double minEps)
Construct with the given minimum epsilon value is reached
|
public MinEpsilon(double minEps)
minEps - the epsilon value below which iteration should stoppublic boolean test(IterationState is)
Predicatetest in interface Predicate<IterationState>is - the object being tested.