Searched refs:evaluationPoint (Results 1 – 1 of 1) sorted by relevance
153 protected double[] computeObjectiveGradient(final double[] evaluationPoint) in computeObjectiveGradient() argument156 return gradient.value(evaluationPoint); in computeObjectiveGradient()167 protected double computeObjectiveValue(final double[] evaluationPoint) in computeObjectiveValue() argument171 evaluationPoint); in computeObjectiveValue()173 return function.value(evaluationPoint); in computeObjectiveValue()