Searched refs:computeObjectiveGradient (Results 1 – 2 of 2) sorted by relevance
126 double[] r = computeObjectiveGradient(point); in doOptimize()170 r = computeObjectiveGradient(point); in doOptimize()280 gradient = computeObjectiveGradient(shiftedPoint); in value()
153 protected double[] computeObjectiveGradient(final double[] evaluationPoint) in computeObjectiveGradient() method in AbstractScalarDifferentiableOptimizer