transform_vars_oscillate.c File Reference

Implementation of oscillating the decision values. More...

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

Data Structures

struct  transform_vars_oscillate_data_t
 Data type for transform_vars_oscillate. More...
 

Functions

static void transform_vars_oscillate_evaluate_function (coco_problem_t *problem, const double *x, double *y)
 Evaluates the transformed objective functions. More...
 
static void transform_vars_oscillate_evaluate_constraint (coco_problem_t *problem, const double *x, double *y)
 Evaluates the transformed constraints. More...
 
static void transform_vars_oscillate_free (void *thing)
 Frees the data object. More...
 
static coco_problem_ttransform_vars_oscillate (coco_problem_t *inner_problem)
 Creates the transformation. More...
 

Detailed Description

Implementation of oscillating the decision values.

Function Documentation

static coco_problem_t* transform_vars_oscillate ( coco_problem_t inner_problem)
static

Creates the transformation.

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

Evaluates the transformed constraints.

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

Evaluates the transformed objective functions.

static void transform_vars_oscillate_free ( void *  thing)
static

Frees the data object.