mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-25 01:41:01 +00:00
Update flaml/tune/searcher/flow2.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
parent
7b530ad0e9
commit
c5992c1fbf
@ -71,7 +71,7 @@ class FLOW2(Searcher):
|
|||||||
used for increasing resource.
|
used for increasing resource.
|
||||||
cost_attr: A string of the attribute used for cost.
|
cost_attr: A string of the attribute used for cost.
|
||||||
lexico_objectives: dict, default=None | It specifics information needed to perform multi-objective
|
lexico_objectives: dict, default=None | It specifics information needed to perform multi-objective
|
||||||
optimization with lexicographic preferences. When lexico_objectives it not None, the arguments metric,
|
optimization with lexicographic preferences. When lexico_objectives is not None, the arguments metric,
|
||||||
mode will be invalid. This dictionary shall contain the following fields of key-value pairs:
|
mode will be invalid. 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
|
- "metrics": a list of optimization objectives with the orders reflecting the priorities/preferences of the
|
||||||
objectives.
|
objectives.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user