deephyper.evaluator.Job
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
Attributes
DONE
READY
RUNNING