class documentation

Testbed of 24 noiseless functions used in the GECCO BBOB workshops since 2009.

Method __init__ Undocumented
Method filter Updates the dimensions in all of dsl's entries if both bbob and bbob-largescale data is in dsl and sets the corresponding suite to BBOBLargeScaleJOINEDTestbed in this case.
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 filter(self, dsl):

Updates the dimensions in all of dsl's entries if both bbob and bbob-largescale data is in dsl and sets the corresponding suite to BBOBLargeScaleJOINEDTestbed in this case.

Returns the filtered list as a flat list.

Gives an error if the data in the given list of DataSets dsl is not compatible.

pptable_target_runlengths: list =
pptable_targetsOfInterest: tuple =
instancesOfInterest: dict[int, int] =

Undocumented