observer_toy.c File Reference
Implementation of the toy observer. More...
Data Structures | |
| struct | observer_toy_data_t |
| The toy observer data type. More... | |
Functions | |
| static coco_problem_t * | logger_toy (coco_observer_t *observer, coco_problem_t *problem) |
| static void | logger_toy_free (void *logger) |
| static void | observer_toy_free (void *stuff) |
| Frees memory of the toy observer data structure. More... | |
| static void | observer_toy (coco_observer_t *observer, const char *options, coco_option_keys_t **option_keys) |
| Initializes the toy observer. More... | |
Detailed Description
Implementation of the toy observer.
Function Documentation
|
static |
|
static |
|
static |
Initializes the toy observer.
Possible options:
- file_name: string (name of the output file; default value is "first_hitting_times.dat")
|
static |
Frees memory of the toy observer data structure.

1.8.11