mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-08 15:56:13 +00:00
Update flaml/tune/searcher/search_thread.py
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
parent
2d18c49cdd
commit
7f6e7b3d54
@ -138,8 +138,7 @@ class SearchThread:
|
||||
self.cost_last = result.get(self.cost_attr, 1)
|
||||
self.cost_total += self.cost_last
|
||||
if self._search_alg.metric in result and (
|
||||
not hasattr(self._search_alg, "lexico_objectives")
|
||||
or self._search_alg.lexico_objectives is None
|
||||
getattr(self._search_alg, "lexico_objectives", None) is None
|
||||
):
|
||||
# TODO: Improve this behavior. When lexico_objectives is provided to CFO,
|
||||
# related variables are not callable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user