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...

#include <assert.h>
#include "coco.h"
#include "coco_problem.c"
#include "coco_utilities.c"

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_ttransform_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 coco_problem_t* transform_vars_round_step ( coco_problem_t inner_problem,
const double  alpha 
)
static

Creates the transformation.

static void transform_vars_round_step_evaluate ( coco_problem_t problem,
const double *  x,
double *  y 
)
static

Evaluates the transformation.

static void transform_vars_round_step_free ( void *  thing)
static

Frees the data object.