Update flaml/tune/tune.py

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
Anonymous-submission-repo 2022-10-14 22:51:21 -04:00 committed by GitHub
parent c5992c1fbf
commit 1683956559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -379,7 +379,7 @@ def run(
optimization with lexicographic preferences. When lexico_objectives it 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.
This dictionary shall contain the following fields of key-value pairs:
This dictionary shall contain the following fields of key-value pairs:
- "metrics": a list of optimization objectives with the orders reflecting the priorities/preferences of the
objectives.
- "modes" (optional): a list of optimization modes (each mode either "min" or "max") corresponding to the