pub unsafe extern "C" fn coco_evaluate_function(
problem: *mut coco_problem_t,
x: *const f64,
y: *mut f64,
)
Expand description
@name Methods regarding COCO problem / /@{*/ / @brief Evaluates the problem function in point x and save the result in y.