Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1413127 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a30bef00fb
commit
9bcd29de47
|
@ -44,13 +44,13 @@ public class SimplePointChecker<PAIR extends Pair<double[], ? extends Object>>
|
||||||
extends AbstractConvergenceChecker<PAIR> {
|
extends AbstractConvergenceChecker<PAIR> {
|
||||||
/**
|
/**
|
||||||
* If {@link #maxIterationCount} is set to this value, the number of
|
* If {@link #maxIterationCount} is set to this value, the number of
|
||||||
* iterations will never cause {@link #converged(int,Pair,Pair>)}
|
* iterations will never cause {@link #converged(int, Pair, Pair)}
|
||||||
* to return {@code true}.
|
* to return {@code true}.
|
||||||
*/
|
*/
|
||||||
private static final int ITERATION_CHECK_DISABLED = -1;
|
private static final int ITERATION_CHECK_DISABLED = -1;
|
||||||
/**
|
/**
|
||||||
* Number of iterations after which the
|
* Number of iterations after which the
|
||||||
* {@link #converged(int,PointVectorValuePair,PointVectorValuePair)} method
|
* {@link #converged(int, Pair, Pair)} method
|
||||||
* will return true (unless the check is disabled).
|
* will return true (unless the check is disabled).
|
||||||
*/
|
*/
|
||||||
private final int maxIterationCount;
|
private final int maxIterationCount;
|
||||||
|
|
Loading…
Reference in New Issue