MATH-874
Deprecation. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1415454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ebae96965e
commit
949ba2c539
|
@ -51,7 +51,12 @@ public interface BaseMultivariateOptimizer<FUNC extends MultivariateFunction>
|
||||||
* if the maximal number of evaluations is exceeded.
|
* if the maximal number of evaluations is exceeded.
|
||||||
* @throws org.apache.commons.math3.exception.NullArgumentException if
|
* @throws org.apache.commons.math3.exception.NullArgumentException if
|
||||||
* any argument is {@code null}.
|
* any argument is {@code null}.
|
||||||
|
* @deprecated As of 3.1. In 4.0, it will be replaced by the declaration
|
||||||
|
* corresponding to this
|
||||||
|
* {@link BaseAbstractMultivariateOptimizer#optimize(int,MultivariateFunction,GoalType,OptimizationData[])
|
||||||
|
* method}.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
PointValuePair optimize(int maxEval, FUNC f, GoalType goalType,
|
PointValuePair optimize(int maxEval, FUNC f, GoalType goalType,
|
||||||
double[] startPoint);
|
double[] startPoint);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue