Skip to content

Commit

Permalink
Use minimal required diff to 0 for multi-objective ablations
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Krebs committed Aug 30, 2024
1 parent 75e5f26 commit edeabbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcave/evaluators/mo_ablation.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def ablation(
continue_ablation, max_hp, max_hp_performance, max_hp_std
"""
max_hp = ""
max_hp_difference = -np.inf
max_hp_difference = 0

for hp in hp_it:
if hp in incumbent_config.keys() and hp in self.default_config.keys():
Expand Down

0 comments on commit edeabbb

Please sign in to comment.