Javadoc. Removed link to removed class.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1065484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-01-31 05:45:14 +00:00
parent 7efe2b5fa9
commit f52e28cdde
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ public interface DifferentiableMultivariateRealOptimizer {
/** Get the number of iterations realized by the algorithm.
* <p>
* The number of evaluations corresponds to the last call to the
* {@code optimize} method (see {@link BaseMultivariateRealOptimizer}).
* It is 0 if the method has not been called yet.
* {@code optimize} method. It is 0 if the method has not been called yet.
* </p>
* @return number of iterations
*/