transform_obj_norm_by_dim.c File Reference

Implementation of normalizing the raw fitness functions by the dimensions Mostly used to in the large-scale testsuite. More...

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

Functions

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

Detailed Description

Implementation of normalizing the raw fitness functions by the dimensions Mostly used to in the large-scale testsuite.

Function Documentation

static coco_problem_t* transform_obj_norm_by_dim ( coco_problem_t inner_problem)
static

Creates the transformation.

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

Evaluates the transformation.