smac.runhistory.enumerations¶
Classes¶
|
Definition of how data in the runhistory is used. |
|
Class to define numbers for status types. |
|
Class to define different requests on how to process the runinfo. |
Interfaces¶
- class smac.runhistory.enumerations.DataOrigin(value)[source]¶
Bases:
Enum
Definition of how data in the runhistory is used.
INTERNAL
: internal data which was gathered during the current optimization run. It will be saved to disk, used for building EPMs and during intensify.EXTERNAL_SAME_INSTANCES
: external data, which was gathered by runninganother program on the same instances as the current optimization run runs on (for example pSMAC). It will not be saved to disk, but used both for EPM building and during intensify.
EXTERNAL_DIFFERENT_INSTANCES
: external data, which was gathered on adifferent instance set as the one currently used, but due to having the same instance features can still provide useful information. Will not be saved to disk and only used for EPM building.