f_lunacek_bi_rastrigin_data_t Struct Reference
Data type for the Lunacek bi-Rastrigin problem. More...
Data Fields | |
| double * | x_hat |
| double * | z |
| double * | xopt |
| double | fopt |
| double ** | rot1 |
| double ** | rot2 |
| long | rseed |
| coco_problem_free_function_t | old_free_problem |
Detailed Description
Data type for the Lunacek bi-Rastrigin problem.
Field Documentation
| double fopt |
| coco_problem_free_function_t old_free_problem |
| double** rot1 |
| double ** rot2 |
| long rseed |
| double* x_hat |
| double* xopt |
| double * z |
The documentation for this struct was generated from the following file:
- C:/Users/dimo/Desktop/coco/code-experiments/src/f_lunacek_bi_rastrigin.c

1.8.11