Deprecation warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@991207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f52a66d5a
commit
3231090f64
|
@ -26,6 +26,10 @@ package org.apache.commons.math;
|
|||
* @see ConvergenceException
|
||||
* @version $Revision$ $Date$
|
||||
* @since 2.0
|
||||
* @deprecated in 2.2 (to be removed in 3.0). The concept of "iteration" will
|
||||
* be moved to a new {@code IterativeAlgorithm}. The concept of "accuracy" is
|
||||
* currently is also contained in {@link org.apache.commons.math.optimization.SimpleRealPointChecker}
|
||||
* and similar classes.
|
||||
*/
|
||||
public interface ConvergingAlgorithm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue