Searched refs:computeObjectiveValue (Results 1 – 5 of 5) sorted by relevance
102 double fVal = computeObjectiveValue(x); in doOptimize()148 fX2 = computeObjectiveValue(x2); in doOptimize()255 obj = computeObjectiveValue(x); in search()
191 protected double computeObjectiveValue(final UnivariateRealFunction f, in computeObjectiveValue() method in AbstractUnivariateRealOptimizer208 protected double computeObjectiveValue(double point) in computeObjectiveValue() method in AbstractUnivariateRealOptimizer
107 double fx = computeObjectiveValue(x); in localMin()186 double fu = computeObjectiveValue(u); in localMin()
167 protected double computeObjectiveValue(final double[] evaluationPoint) in computeObjectiveValue() method in AbstractScalarDifferentiableOptimizer
145 final double objective = computeObjectiveValue(point); in doOptimize()