Skip to content

Commit edeabbb

Browse files
author
Sarah Krebs
committed
Use minimal required diff to 0 for multi-objective ablations
1 parent 75e5f26 commit edeabbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepcave/evaluators/mo_ablation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def ablation(
315315
continue_ablation, max_hp, max_hp_performance, max_hp_std
316316
"""
317317
max_hp = ""
318-
max_hp_difference = -np.inf
318+
max_hp_difference = 0
319319

320320
for hp in hp_it:
321321
if hp in incumbent_config.keys() and hp in self.default_config.keys():

0 commit comments

Comments
 (0)