transform_vars_oscillate.c File Reference
Implementation of oscillating the decision values. More...
Data Structures | |
struct | transform_vars_oscillate_data_t |
Data type for transform_vars_oscillate. More... | |
Functions | |
static void | transform_vars_oscillate_evaluate_function (coco_problem_t *problem, const double *x, double *y) |
Evaluates the transformed objective functions. More... | |
static void | transform_vars_oscillate_evaluate_constraint (coco_problem_t *problem, const double *x, double *y) |
Evaluates the transformed constraints. More... | |
static void | transform_vars_oscillate_free (void *thing) |
Frees the data object. More... | |
static coco_problem_t * | transform_vars_oscillate (coco_problem_t *inner_problem) |
Creates the transformation. More... | |
Detailed Description
Implementation of oscillating the decision values.
Function Documentation
|
static |
Creates the transformation.
|
static |
Evaluates the transformed constraints.
|
static |
Evaluates the transformed objective functions.
|
static |
Frees the data object.