deephyper.core.exceptions#

Deephyper exceptions

Exceptions

DeephyperError

Root deephyper exception.

DeephyperRuntimeError

Raised when an error is detected in deephyper and that doesn’t fall in any of the other categories.

MaximumJobsSpawnReached

Raised when the maximum number of jobs is reached.

MissingRequirementError

Raised when a requirement is not installed properly.

RunFunctionError([msg])

Raised when error occurs in run-function

SearchTerminationError

Raised when a search is terminated.

deephyper.core.exceptions.loading

Exceptions related with imports of modules/attributes/scripts.

deephyper.core.exceptions.nas

Neural architecture search exceptions.

deephyper.core.exceptions.problem

Exceptions related with problem definition.