Searched refs:shiftedPoint (Results 1 – 1 of 1) sorted by relevance
273 final double[] shiftedPoint = point.clone(); in value() local274 for (int i = 0; i < shiftedPoint.length; ++i) { in value()275 shiftedPoint[i] += x * searchDirection[i]; in value()280 gradient = computeObjectiveGradient(shiftedPoint); in value()