diff --git a/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java b/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java index dc2b6622c..0f92be63e 100644 --- a/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java +++ b/src/main/java/org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.java @@ -47,8 +47,7 @@ public interface DifferentiableMultivariateRealOptimizer { /** Get the number of iterations realized by the algorithm. *
* 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. *
* @return number of iterations */