transform_vars_round_step.c File Reference
Implementation of rounding the variables for the step-ellipsoid function TODO: should this be a helper function instead? More...
Data Structures | |
| struct | transform_vars_round_step_data_t |
| Data type for transform_vars_round_step. More... | |
| struct | f_step_ellipsoid_versatile_data_t |
| Data type to be used in problem->versatile_data. More... | |
Functions | |
| static void | transform_vars_round_step_evaluate (coco_problem_t *problem, const double *x, double *y) |
| Evaluates the transformation. More... | |
| static void | transform_vars_round_step_free (void *thing) |
| Frees the data object. More... | |
| static coco_problem_t * | transform_vars_round_step (coco_problem_t *inner_problem, const double alpha) |
| Creates the transformation. More... | |
Detailed Description
Implementation of rounding the variables for the step-ellipsoid function TODO: should this be a helper function instead?
Function Documentation
|
static |
Creates the transformation.
|
static |
Evaluates the transformation.
|
static |
Frees the data object.

1.8.11