smac.intensifier.hyperband¶
Classes¶
  | 
See   | 
Interfaces¶
- class smac.intensifier.hyperband.Hyperband(scenario, eta=3, n_seeds=1, instance_seed_order='shuffle_once', max_incumbents=10, incumbent_selection='highest_observed_budget', seed=None)[source]¶
 Bases:
SuccessiveHalvingSee
SuccessiveHalvingfor documentation.- get_state()[source]¶
 The current state of the intensifier. Used to restore the state of the intensifier when continuing a run.
- Return type:
 dict[str,Any]