Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
danrgll committed Jun 19, 2024
1 parent f15d58f commit 3cf2b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def run(

if isinstance(searcher, BaseOptimizer):
searcher_instance = searcher
searcher_info["searcher_name"] = "custom-baseoptimizer"
searcher_info["searcher_name"] = "baseoptimizer"
searcher_info["searcher_alg"] = searcher.whoami()
searcher_info["searcher_selection"] = "user-instantiation"
searcher_info["neps_decision_tree"] = False
Expand Down

0 comments on commit 3cf2b73

Please sign in to comment.