mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-15 18:35:03 -05:00
set_search_properties (#595)
* update the signature of set_search_properties
This commit is contained in:
@@ -203,7 +203,9 @@ def test_searcher():
|
||||
points_to_evaluate=[{"a": 1, "b": 0.01}],
|
||||
)
|
||||
searcher.set_search_properties(
|
||||
metric="m2", config=config, setting={"time_budget_s": 0}
|
||||
metric="m2",
|
||||
config=config,
|
||||
time_budget_s=0,
|
||||
)
|
||||
c = searcher.suggest("t1")
|
||||
print("t1", c)
|
||||
|
||||
Reference in New Issue
Block a user