transform_vars_asymmetric.c File Reference

Implementation of performing an asymmetric transformation on decision values. More...

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

Data Structures

struct  transform_vars_asymmetric_data_t
 Data type for transform_vars_asymmetric. More...
 

Functions

static void transform_vars_asymmetric_evaluate_function (coco_problem_t *problem, const double *x, double *y)
 Evaluates the transformed function. More...
 
static void transform_vars_asymmetric_evaluate_constraint (coco_problem_t *problem, const double *x, double *y)
 Evaluates the transformed constraint. More...
 
static void transform_vars_asymmetric_free (void *thing)
 
static coco_problem_ttransform_vars_asymmetric (coco_problem_t *inner_problem, const double beta)
 Creates the transformation. More...
 

Detailed Description

Implementation of performing an asymmetric transformation on decision values.

Function Documentation

static coco_problem_t* transform_vars_asymmetric ( coco_problem_t inner_problem,
const double  beta 
)
static

Creates the transformation.

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

Evaluates the transformed constraint.

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

Evaluates the transformed function.

static void transform_vars_asymmetric_free ( void *  thing)
static