Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc committed Jul 24, 2024
1 parent 59870f5 commit abfe86a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smac/intensifier/hyperband_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ def get_n_trials_for_hyperband_multifidelity(
Parameters
----------
total_budget : float
Total budget for the complete optimization in fidelity units. A fidelity unit can be one epoch or a fraction of a dataset size.
Total budget for the complete optimization in fidelity units.
A fidelity unit can be one epoch or a fraction of a dataset size.
min_budget : float
Minimum budget per trial in fidelity units
max_budget : float
Expand Down

0 comments on commit abfe86a

Please sign in to comment.