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:
Gilles Sadowski 2010-08-31 14:27:58 +00:00
parent 8f52a66d5a
commit 3231090f64
1 changed files with 4 additions and 0 deletions

View File

@ -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 {