Skip to content

Exceptions

smac.runner.exceptions #

FirstRunCrashedException #

Bases: TargetAlgorithmAbortException

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

TargetAlgorithmAbortException #

Bases: Exception

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