transform_vars_asymmetric.c File Reference
Implementation of performing an asymmetric transformation on decision values. More...
Data Structures | |
struct | transform_vars_asymmetric_data_t |
Data type for transform_vars_asymmetric. More... | |
Functions | |
static void | transform_vars_asymmetric_evaluate_function (coco_problem_t *problem, const double *x, double *y) |
Evaluates the transformed function. More... | |
static void | transform_vars_asymmetric_evaluate_constraint (coco_problem_t *problem, const double *x, double *y) |
Evaluates the transformed constraint. More... | |
static void | transform_vars_asymmetric_free (void *thing) |
static coco_problem_t * | transform_vars_asymmetric (coco_problem_t *inner_problem, const double beta) |
Creates the transformation. More... | |
Detailed Description
Implementation of performing an asymmetric transformation on decision values.
Function Documentation
|
static |
Creates the transformation.
|
static |
Evaluates the transformed constraint.
|
static |
Evaluates the transformed function.
|
static |