This commit is contained in:
Anonymous-submission-repo 2022-10-18 13:45:23 +00:00
parent 0869e9e99a
commit e42cfabf21
1 changed files with 1 additions and 1 deletions

View File

@ -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