Class configuration

Class Documentation

class ioh::experiment::configuration

A class of configuration files, to be used in experimenter.

Public Functions

configuration() = default
configuration(const std::string &filename)
void readcfg(const std::string &filename)
std::ifstream open_file(const std::string &filename) const
void load(const std::string &filename)
std::string get_suite_name()
std::vector<int> get_problem_id()
std::vector<int> get_instance_id()
std::vector<int> get_dimension()
std::string get_output_directory()
std::string get_result_folder()
std::string get_algorithm_info()
std::string get_algorithm_name()
bool get_complete_triggers()
bool get_update_triggers()
std::vector<int> get_base_evaluation_triggers()
int get_number_target_triggers()
int get_number_interval_triggers()