deephyper.evaluator.HPOJob#
- class deephyper.evaluator.HPOJob(id, args: dict, run_function: Callable, storage: Storage)[source]#
Bases:
JobRepresents the execution of a
run_functionfor HPO by the Evaluator.- Parameters:
Methods
create_running_jobset_outputTransform the output of the run-function to its standard form.
Attributes
Objective returned by the run-function.
status- property objective#
Objective returned by the run-function.