transform_vars_x_hat.c File Reference

Implementation of multiplying the decision values by the vector 1+-. More...

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

Data Structures

struct  transform_vars_x_hat_data_t
 Data type for transform_vars_x_hat. More...
 

Functions

static void transform_vars_x_hat_evaluate (coco_problem_t *problem, const double *x, double *y)
 Evaluates the transformation. More...
 
static void transform_vars_x_hat_free (void *thing)
 Frees the data object. More...
 
static coco_problem_ttransform_vars_x_hat (coco_problem_t *inner_problem, const long seed)
 Creates the transformation. More...
 

Detailed Description

Implementation of multiplying the decision values by the vector 1+-.

Function Documentation

static coco_problem_t* transform_vars_x_hat ( coco_problem_t inner_problem,
const long  seed 
)
static

Creates the transformation.

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

Evaluates the transformation.

static void transform_vars_x_hat_free ( void *  thing)
static

Frees the data object.