OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeObjectiveGradient
(Results
1 - 2
of
2
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
NonLinearConjugateGradientOptimizer.java
126
double[] r =
computeObjectiveGradient
(point);
170
r =
computeObjectiveGradient
(point);
280
gradient =
computeObjectiveGradient
(shiftedPoint);
AbstractScalarDifferentiableOptimizer.java
153
protected double[]
computeObjectiveGradient
(final double[] evaluationPoint)
Completed in 219 milliseconds