class documentation

this might become the future way to have settings related to testbeds TODO: how do we pass information from the benchmark to the post-processing?

Static Method number_of_constraints Undocumented
Method filter Interface to make DataSetList or list of DataSets dsl consistent with the retrieved Testbed class(es) in rungenericmany.
Method info info on the testbed if fun_number is None or one-line info for function with number fun_number.
Method instantiate_attributes assign self.some_attr = class_(self.some_attr) if "some_attr" ends with any value in the suffix_list
Class Variable has_constraints Undocumented
Class Variable instances_are_uniform False for biobjective suites, used (so far only) for simulated restarts in pprldmany
Class Variable reference_algorithm_displayname Undocumented
Property string_evals Undocumented
Property string_evals_legend Undocumented
Property string_evals_short Undocumented
@staticmethod
def number_of_constraints(dimension, function_id, **kwargs):

Undocumented

def filter(self, dsl):

Interface to make DataSetList or list of DataSets dsl consistent with the retrieved Testbed class(es) in rungenericmany.

Initially used for making bbob-biobj and bbob-biobj-ext suites consistent.

def info(self, fun_number=None):

info on the testbed if fun_number is None or one-line info for function with number fun_number.

def instantiate_attributes(self, class_, suffix_list=['target_values', 'targetsOfInterest']):

assign self.some_attr = class_(self.some_attr) if "some_attr" ends with any value in the suffix_list

has_constraints: bool =

Undocumented

instances_are_uniform: bool =

False for biobjective suites, used (so far only) for simulated restarts in pprldmany

reference_algorithm_displayname =

Undocumented

@property
string_evals =

Undocumented

@property
string_evals_legend =

Undocumented

@property
string_evals_short =

Undocumented