mirror of https://github.com/microsoft/autogen.git
fix
This commit is contained in:
parent
0869e9e99a
commit
e42cfabf21
|
@ -537,7 +537,7 @@ tune.run(..., search_alg=None, lexico_objectives=lexico_objectives, ...)
|
|||
```
|
||||
NOTE:
|
||||
|
||||
1. When lexico_objectives is not None, the arguments metric, mode, will be invalid, and flaml's tune uses CFO as the `search_alg`, which makes the input (if provided) `search_alg' invalid.
|
||||
1. When lexico_objectives is not None, the arguments metric, mode, will be invalid, and flaml's tune uses CFO as the `search_alg`, which makes the input (if provided) `search_alg` invalid.
|
||||
|
||||
2. This is a new feature in version 1.1.0 and subject to change in the future version
|
||||
|
||||
|
|
Loading…
Reference in New Issue