transform_obj_oscillate.c File Reference

Implementation of oscillating the objective value. More...

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

Functions

static void transform_obj_oscillate_evaluate (coco_problem_t *problem, const double *x, double *y)
 Evaluates the transformation. More...
 
static coco_problem_ttransform_obj_oscillate (coco_problem_t *inner_problem)
 Creates the transformation. More...
 

Detailed Description

Implementation of oscillating the objective value.

Function Documentation

static coco_problem_t* transform_obj_oscillate ( coco_problem_t inner_problem)
static

Creates the transformation.

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

Evaluates the transformation.