"Un-deprecated" method: No equivalent (the suggested replacement is for
bracketing an optimum). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1034365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55243469e0
commit
2ccb208565
|
@ -219,9 +219,7 @@ public class NonLinearConjugateGradientOptimizer
|
|||
* @return b such that f(a) and f(b) have opposite signs
|
||||
* @exception FunctionEvaluationException if the function cannot be computed
|
||||
* @exception MathIllegalStateException if no bracket can be found
|
||||
* @deprecated in 2.2 (must be replaced with "BracketFinder").
|
||||
*/
|
||||
@Deprecated
|
||||
private double findUpperBound(final UnivariateRealFunction f,
|
||||
final double a, final double h)
|
||||
throws FunctionEvaluationException {
|
||||
|
|
Loading…
Reference in New Issue