smac.runner.exceptions¶
Exceptions¶
Exception indicating that the first run crashed (depending on options this could trigger an ABORT of SMAC). |
|
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).