transform_vars_conditioning.c File Reference
Implementation of conditioning decision values. More...
Data Structures | |
| struct | transform_vars_conditioning_data_t |
| Data type for transform_vars_conditioning. More... | |
Functions | |
| static void | transform_vars_conditioning_evaluate (coco_problem_t *problem, const double *x, double *y) |
| Evaluates the transformation. More... | |
| static void | transform_vars_conditioning_evaluate_gradient (coco_problem_t *problem, const double *x, double *y) |
| Evaluates the gradient of the transformed function. More... | |
| static void | transform_vars_conditioning_free (void *thing) |
| static coco_problem_t * | transform_vars_conditioning (coco_problem_t *inner_problem, const double alpha) |
| Creates the transformation. More... | |
Detailed Description
Implementation of conditioning decision values.
Function Documentation
|
static |
Creates the transformation.
|
static |
Evaluates the transformation.
|
static |
Evaluates the gradient of the transformed function.
|
static |

1.8.11