logger_bbob_data_t Struct Reference

The bbob logger data type. More...

Data Fields

coco_observer_tobserver
 
int is_initialized
 
FILE * index_file
 
FILE * fdata_file
 
FILE * tdata_file
 
FILE * rdata_file
 
size_t number_of_evaluations
 
size_t number_of_evaluations_constraints
 
double best_fvalue
 
double last_fvalue
 
short written_last_eval
 
double * best_solution
 
size_t function_id
 
size_t instance_id
 
size_t number_of_variables
 
size_t number_of_integer_variables
 
int log_discrete_as_int
 Whether to output discrete variables in int or double format. More...
 
double optimal_fvalue
 
char * suite_name
 
coco_observer_targets_ttargets
 Triggers based on target values. More...
 
coco_observer_evaluations_tevaluations
 Triggers based on the number of evaluations. More...
 

Detailed Description

The bbob logger data type.

Field Documentation

double best_fvalue
double* best_solution

Triggers based on the number of evaluations.

FILE* fdata_file
size_t function_id
FILE* index_file
size_t instance_id
int is_initialized
double last_fvalue
int log_discrete_as_int

Whether to output discrete variables in int or double format.

size_t number_of_evaluations
size_t number_of_evaluations_constraints
size_t number_of_integer_variables
size_t number_of_variables
coco_observer_t* observer
double optimal_fvalue
FILE* rdata_file
char* suite_name

Triggers based on target values.

FILE* tdata_file
short written_last_eval

The documentation for this struct was generated from the following file: