INNER CODE UNIT · Python
Run
IDSIA/sacred · sacred/run.py:16
class Run:
"""Represent and manage a single run of an experiment."""
def __init__(
self,
config,
config_modifications,
main_function,
observers,
root_logger,
run_logger,
experiment_info,
host_info,
pre_run_hooks,
post_run_hooks,
captured_out_filter=None,
):