|
static void | f_sharp_ridge_generalized_versatile_data_free (coco_problem_t *problem) |
| allows to free the versatile_data part of the problem. More...
|
|
static double | f_sharp_ridge_generalized_raw (const double *x, const size_t number_of_variables, f_sharp_ridge_generalized_versatile_data_t *f_sharp_ridge_generalized_versatile_data) |
| Implements the generalized sharp ridge function without connections to any COCO structures. More...
|
|
static void | f_sharp_ridge_generalized_evaluate (coco_problem_t *problem, const double *x, double *y) |
| Uses the raw function to evaluate the COCO problem. More...
|
|
static coco_problem_t * | f_sharp_ridge_generalized_allocate (const size_t number_of_variables, size_t proportion_of_linear_dims) |
| Allocates the basic sharp ridge problem. More...
|
|
static coco_problem_t * | f_sharp_ridge_generalized_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) |
| Creates the BBOB permuted block-rotated generalized sharp ridge problem. More...
|
|
Implementation of the generalized sharp ridge function and problem.