transform_vars_brs.c File Reference
Implementation of the ominous 's_i scaling' of the BBOB Bueche-Rastrigin problem. More...
Data Structures | |
struct | transform_vars_brs_data_t |
Data type for transform_vars_brs. More... | |
Functions | |
static void | transform_vars_brs_evaluate (coco_problem_t *problem, const double *x, double *y) |
Evaluates the transformation. More... | |
static void | transform_vars_brs_free (void *thing) |
Frees the data object. More... | |
static coco_problem_t * | transform_vars_brs (coco_problem_t *inner_problem) |
Creates the transformation. More... | |
Detailed Description
Implementation of the ominous 's_i scaling' of the BBOB Bueche-Rastrigin problem.
Function Documentation
|
static |
Creates the transformation.
|
static |
Evaluates the transformation.
|
static |
Frees the data object.