@PublicEvolving public interface ConvergenceCriterion<T extends Value> extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isConverged(int iteration,
T value)
Decide whether the iterative algorithm has converged
|
boolean isConverged(int iteration, T value)
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.