Home
last modified time | relevance | path

Searched refs:evaluationPoint (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DAbstractScalarDifferentiableOptimizer.java153 protected double[] computeObjectiveGradient(final double[] evaluationPoint) in computeObjectiveGradient() argument
156 return gradient.value(evaluationPoint); in computeObjectiveGradient()
167 protected double computeObjectiveValue(final double[] evaluationPoint) in computeObjectiveValue() argument
171 evaluationPoint); in computeObjectiveValue()
173 return function.value(evaluationPoint); in computeObjectiveValue()