f_discus.c File Reference
Implementation of the discus function and problem. More...
#include <assert.h>
#include "coco.h"
#include "coco_problem.c"
#include "suite_bbob_legacy_code.c"
#include "transform_vars_oscillate.c"
#include "transform_vars_affine.c"
#include "transform_vars_shift.c"
#include "transform_obj_shift.c"
Functions | |
static double f_discus_raw (const double *x, const size_t number_of_variables) | |
Implements the discus function without connections to any COCO structures. More... | |
static void f_discus_evaluate (coco_problem_t *problem, const double *x, double *y) | |
Uses the raw function to evaluate the COCO problem. More... | |
static void f_discus_evaluate_gradient (coco_problem_t *problem, const double *x, double *y) | |
Evaluates the gradient of the discus function. More... | |
static coco_problem_t * f_discus_allocate (const size_t number_of_variables) | |
Allocates the basic discus problem. More... | |
static coco_problem_t * f_discus_bbob_problem_allocate (const size_t function, const size_t dimension, const size_t instance, const long rseed, const char *problem_id_template, const char *problem_name_template) | |
Creates the BBOB discus problem. More... | |
static coco_problem_t * f_discus_cons_bbob_problem_allocate (const size_t function, const size_t dimension, const size_t instance, const long rseed, const char *problem_id_template, const char *problem_name_template) | |
Creates the discus problem for the constrained BBOB suite. More... | |
Detailed Description
Implementation of the discus function and problem.
Function Documentation
|
static |
Allocates the basic discus problem.
|
static |
Creates the BBOB discus problem.
|
static |
Creates the discus problem for the constrained BBOB suite.
|
static |
Uses the raw function to evaluate the COCO problem.
|
static |
Evaluates the gradient of the discus function.
|
static |
Implements the discus function without connections to any COCO structures.