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...
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_t * | transform_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 |
Creates the transformation.
|
static |
Evaluates the transformation.