|
static double | f_attractive_sector_raw (const double *x, const size_t number_of_variables, f_attractive_sector_data_t *data) |
| Implements the attractive sector function without connections to any COCO structures. More...
|
|
static void | f_attractive_sector_evaluate (coco_problem_t *problem, const double *x, double *y) |
| Uses the raw function to evaluate the COCO problem. More...
|
|
static void | f_attractive_sector_free (coco_problem_t *problem) |
| Frees the attractive sector data object. More...
|
|
static coco_problem_t * | f_attractive_sector_allocate (const size_t number_of_variables, const double *xopt) |
| Allocates the basic attractive sector problem. More...
|
|
static coco_problem_t * | f_attractive_sector_bbob_problem_allocate (const size_t function, const size_t dimension, const size_t instance, const long rseed, const char *problem_id_template, const char *problem_name_template) |
| Creates the BBOB attractive sector problem. More...
|
|
static coco_problem_t * | f_attractive_sector_permblockdiag_bbob_problem_allocate (const size_t function, const size_t dimension, const size_t instance, const long rseed, const char *problem_id_template, const char *problem_name_template) |
|
Implementation of the attractive sector function and problem.