This commit is contained in:
Chi Wang (MSR) 2021-02-05 22:36:19 -08:00
parent a9b748024f
commit 23c8ce7130
2 changed files with 17 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'FLAML' project = 'FLAML'
copyright = '2020, FLAML Team' copyright = '2020-2021, FLAML Team'
author = 'FLAML Team' author = 'FLAML Team'

View File

@ -21,6 +21,22 @@ AutoML
:members: :members:
Tune
------
.. automodule:: flaml.tune
:members:
.. autoclass:: flaml.BlendSearch
:members:
.. autoclass:: flaml.CFO
:members:
.. autoclass:: flaml.FLOW2
:members:
.. Indices and tables .. Indices and tables
.. ================== .. ==================