class documentation
class Testbed(object):
Known subclasses: cocopp.testbedsettings.GECCOBBOBTestbed
, cocopp.testbedsettings.GECCOBiObjBBOBTestbed
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 |
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 |
assign self.some_attr = class_(self.some_attr) if "some_attr" ends with any value in the suffix_list |
Class Variable | has |
Undocumented |
Class Variable | instances |
False for biobjective suites, used (so far only) for simulated restarts in pprldmany |
Class Variable | reference |
Undocumented |
Property | string |
Undocumented |
Property | string |
Undocumented |
Property | string |
Undocumented |
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.
assign self.some_attr = class_(self.some_attr) if "some_attr" ends with any
value in the suffix_list
reference_algorithm_displayname =
¶
overridden in
cocopp.testbedsettings.SBOXCOSTTestbed
Undocumented