public class MinEpsilon extends Object implements Predicate<IterationState>
Constructor and Description |
---|
MinEpsilon(double minEps)
Construct with the given minimum epsilon value is reached
|
Modifier and Type | Method and Description |
---|---|
boolean |
test(IterationState is)
Tests whether a specific object passes some criteria.
|
public MinEpsilon(double minEps)
minEps
- the epsilon value below which iteration should stoppublic boolean test(IterationState is)
Predicate
test
in interface Predicate<IterationState>
is
- the object being tested.