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.

MissingRequirementError

Raised when a requirement is not installed properly.

RunFunctionError([msg])

Raised when error occurs in run-function

SearchTerminationError

Raised when a search receives SIGALARM

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.