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:
parent
7efe2b5fa9
commit
f52e28cdde
|
@ -47,8 +47,7 @@ public interface DifferentiableMultivariateRealOptimizer {
|
||||||
/** Get the number of iterations realized by the algorithm.
|
/** Get the number of iterations realized by the algorithm.
|
||||||
* <p>
|
* <p>
|
||||||
* The number of evaluations corresponds to the last call to the
|
* The number of evaluations corresponds to the last call to the
|
||||||
* {@code optimize} method (see {@link BaseMultivariateRealOptimizer}).
|
* {@code optimize} method. It is 0 if the method has not been called yet.
|
||||||
* It is 0 if the method has not been called yet.
|
|
||||||
* </p>
|
* </p>
|
||||||
* @return number of iterations
|
* @return number of iterations
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue