mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-17 20:51:49 -05:00
Update test/tune/test_lexiflow.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
30520da559
commit
6df7782c5e
@@ -125,8 +125,8 @@ def test_lexiflow():
|
||||
# Non lexico tune
|
||||
analysis = tune.run(
|
||||
evaluate_function,
|
||||
metric = "error_rate",
|
||||
mode = "min",
|
||||
metric="error_rate",
|
||||
mode="min",
|
||||
num_samples=5,
|
||||
config=search_space,
|
||||
use_ray=False,
|
||||
|
||||
Reference in New Issue
Block a user