class documentation

Testbed used in the BBOB workshops to display data sets run on the bbob-biobj test suite.

Method __init__ Undocumented
Method filter Filters DataSetList or list of DataSets dsl to contain only the first 55 functions if data from both the bbob-biobj and the bbob-biobj-ext suite are detected.
Class Variable dimsOfInterest Undocumented
Class Variable pptable_target_runlengths Undocumented
Class Variable pptable_targetsOfInterest Undocumented
Class Variable settings Undocumented
Class Variable shortinfo_filename Undocumented
Instance Variable instancesOfInterest Undocumented

Inherited from Testbed:

Static Method number_of_constraints Undocumented
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
def __init__(self, targetValues):
def filter(self, dsl):

Filters DataSetList or list of DataSets dsl to contain only the first 55 functions if data from both the bbob-biobj and the bbob-biobj-ext suite are detected.

Returns the filtered list as a flat list.

Gives an error if the data is not compatible.

dimsOfInterest: tuple[int, ...] =
pptable_target_runlengths: list =

Undocumented

pptable_targetsOfInterest: tuple =

Undocumented

settings =
shortinfo_filename: str =
instancesOfInterest: dict[int, int] =

Undocumented