observer_biobj_data_t Struct Reference
The bbob-biobj observer data type. More...
Data Fields | |
| observer_biobj_log_nondom_e | log_nondom_mode |
| Handling of the nondominated solutions. More... | |
| observer_biobj_log_vars_e | log_vars_mode |
| When the decision variables are logged. More... | |
| int | compute_indicators |
| Whether to compute indicators. More... | |
| int | produce_all_data |
| Whether to produce all data. More... | |
| long | previous_function |
| Function of the previous logged problem. More... | |
| long | previous_dimension |
| Dimension of the previous logged problem. More... | |
Detailed Description
The bbob-biobj observer data type.
Field Documentation
| int compute_indicators |
Whether to compute indicators.
| observer_biobj_log_nondom_e log_nondom_mode |
Handling of the nondominated solutions.
| observer_biobj_log_vars_e log_vars_mode |
When the decision variables are logged.
| long previous_dimension |
Dimension of the previous logged problem.
| long previous_function |
Function of the previous logged problem.
| int produce_all_data |
Whether to produce all data.
The documentation for this struct was generated from the following file:
- C:/Users/dimo/Desktop/coco/code-experiments/src/observer_biobj.c

1.8.11