Evaluate the objective fucntion f(x).
- Parameters
-
[in] | n | is the dimension of the argument space for f(x); i.e., must be equal nx_. |
[in] | x | is a vector of size nx_ containing the point at which to evaluate the function sum_i f_i (x). |
[in] | new_x | is false if the previous call to any one of the Evaluation Methods used the same value for x. |
[out] | obj_value | is the value of the objective sum_i f_i (x) at this value of x. |
- Returns
- The return value is always true; see Evaluation Methods.
Definition at line 625 of file solve_callback.hpp.