smac.tae¶
Classes
|
Class to define numbers for status types. |
Exceptions
Exception indicating that the first run crashed (depending on options this could trigger an ABORT of SMAC). |
|
Exception indicating that the target algorithm suggests an ABORT of SMAC, usually because it assumes that all further runs will surely fail. |
- exception smac.tae.FirstRunCrashedException[source]¶
Bases:
smac.tae.TAEAbortException
Exception indicating that the first run crashed (depending on options this could trigger an ABORT of SMAC).
- class smac.tae.StatusType(value)[source]¶
Bases:
enum.Enum
Class to define numbers for status types.
- exception smac.tae.TAEAbortException[source]¶
Bases:
Exception
Exception indicating that the target algorithm suggests an ABORT of SMAC, usually because it assumes that all further runs will surely fail.
Modules