deephyper.evaluator.Job#
- class deephyper.evaluator.Job(id, config: dict, run_function)[source]#
Bases:
object
Represents an evaluation executed by the
Evaluator
class.- Parameters:
id (Any) – unique identifier of the job. Usually an integer.
config (dict) – argument dictionnary of the
run_function
.run_function (callable) – function executed by the
Evaluator
Methods
create_running_job
set_output
Attributes
DONE
READY
RUNNING
Metadata of the job stored in the output of run-function.
Objective returned by the run-function.
result
- property metadata#
Metadata of the job stored in the output of run-function.
- property objective#
Objective returned by the run-function.