Config¶
The global DeepOBS config.
deepobs.config.get_testproblem_default_setting(testproblem)[source]¶Returns default settings for the
batch_sizeand thenum_epochsfortestproblem(if available).
Parameters: testproblem (str) -- Test problem for which to return the default setting. Returns: A dictionary with the default values for batch_sizeandnum_epochsReturn type: dict