f_gallagher_data_t Struct Reference
Data type for the Gallagher problem. More...
Data Fields | |
| long | rseed |
| double * | xopt |
| double ** | rotation |
| double ** | x_local |
| double ** | arr_scales |
| size_t | number_of_peaks |
| double * | peak_values |
| coco_problem_free_function_t | old_free_problem |
Detailed Description
Data type for the Gallagher problem.
Field Documentation
| double ** arr_scales |
| size_t number_of_peaks |
| coco_problem_free_function_t old_free_problem |
| double* peak_values |
| double** rotation |
| long rseed |
| double ** x_local |
| double* xopt |
The documentation for this struct was generated from the following file:
- C:/Users/dimo/Desktop/coco/code-experiments/src/f_gallagher.c

1.8.11