From 7058b456666451dcb19968610f04bc8953432ec9 Mon Sep 17 00:00:00 2001 From: benjamc Date: Wed, 24 Jul 2024 16:18:15 +0200 Subject: [PATCH] Fix pre-commit --- smac/intensifier/hyperband_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smac/intensifier/hyperband_utils.py b/smac/intensifier/hyperband_utils.py index 581325b95..77f6a748c 100644 --- a/smac/intensifier/hyperband_utils.py +++ b/smac/intensifier/hyperband_utils.py @@ -163,7 +163,7 @@ def get_n_trials_for_hyperband_multifidelity( Parameters ---------- total_budget : float - Total budget for the complete optimization in fidelity units. + 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