smac.runner.exceptions

Exceptions

FirstRunCrashedException

Exception indicating that the first run crashed (depending on options this could trigger an ABORT of SMAC).

TargetAlgorithmAbortException

Exception indicating that the target function suggests an ABORT of SMAC, usually because it assumes that all further runs will surely fail.

Interfaces

exception smac.runner.exceptions.FirstRunCrashedException[source]

Bases: TargetAlgorithmAbortException

Exception indicating that the first run crashed (depending on options this could trigger an ABORT of SMAC).

exception smac.runner.exceptions.TargetAlgorithmAbortException[source]

Bases: Exception

Exception indicating that the target function suggests an ABORT of SMAC, usually because it assumes that all further runs will surely fail.