smac.tae

Classes

StatusType(value)

Class to define numbers for status types.

Exceptions

FirstRunCrashedException

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

TAEAbortException

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.

static enum_hook(obj)[source]

Hook function passed to json-deserializer as “object_hook”.

EnumEncoder in runhistory/runhistory.

Return type

Any

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

smac.tae.base

smac.tae.dask_runner

smac.tae.execute_func

smac.tae.execute_ta_run_aclib

smac.tae.execute_ta_run_hydra

smac.tae.execute_ta_run_old

smac.tae.serial_runner