coco-sys 0.6.0

Generated Rust bindings for COCO benchmarking framework
Documentation
1
2
3
4
5
6
7
8
9
10
#include "vendor/coco.h"

/** Makes the problem returned by coco_suite_get_next_problem owned **/
void coco_suite_forget_current_problem(coco_suite_t *suite);

/** Returns the optimal function value of the problem **/
double coco_problem_get_best_value(const coco_problem_t *problem);

/** Returns the optimal function value + delta of the problem **/
double coco_problem_get_final_target_fvalue1(const coco_problem_t *problem);