smac.runhistory.encoder.eips_encoder¶
Classes¶
|
Encoder specifically for the EIPS (expected improvement per second) acquisition function. |
Interfaces¶
- class smac.runhistory.encoder.eips_encoder.RunHistoryEIPSEncoder(scenario, considered_states=[<StatusType.SUCCESS: 1>, <StatusType.CRASHED: 2>, <StatusType.MEMORYOUT: 4>], lower_budget_states=[], scale_percentage=5, seed=None)[source]¶
Bases:
AbstractRunHistoryEncoder
Encoder specifically for the EIPS (expected improvement per second) acquisition function.