transform_vars_z_hat.c File Reference
Implementation of the z^hat transformation of decision values for the BBOB Schwefel problem. More...
Data Structures | |
| struct | transform_vars_z_hat_data_t |
| Data type for transform_vars_z_hat. More... | |
Functions | |
| static void | transform_vars_z_hat_evaluate (coco_problem_t *problem, const double *x, double *y) |
| Evaluates the transformation. More... | |
| static void | transform_vars_z_hat_free (void *thing) |
| Frees the data object. More... | |
| static coco_problem_t * | transform_vars_z_hat (coco_problem_t *inner_problem, const double *xopt) |
| Creates the transformation. More... | |
Detailed Description
Implementation of the z^hat transformation of decision values for the BBOB Schwefel problem.
Function Documentation
|
static |
Creates the transformation.
|
static |
Evaluates the transformation.
|
static |
Frees the data object.

1.8.11