Skip to content

Commit 03f7e2c

Browse files
authored
Merge pull request #229 from automl/development
Add raytune to toctree
2 parents aaab17c + 2b8a52c commit 03f7e2c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/converters/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Runs and Converters
88
smac
99
amltk
1010
optuna
11+
raytune
1112
bohb
1213
deepcave
1314
dataframe
@@ -35,6 +36,7 @@ Currently, DeepCAVE offers the following converters:
3536
- SMAC (v2.0.0)
3637
- AMLTK
3738
- Optuna
39+
- Raytune
3840
- BOHB
3941
- DeepCAVE (native)
4042
- Pandas DataFrame
@@ -43,11 +45,11 @@ In the `logs` directory, you can find example runs for each of the converters.
4345

4446

4547
.. note::
46-
DeepCAVE observes optimizer data on the file system and therefore allows for monitoring of both
48+
DeepCAVE observes optimizer data on the file system and therefore, allows for monitoring of both
4749
finished processes and running processes that regularly write new results to disk.
4850

4951
Adding a Converter
5052
------------------
5153

5254
If you would like to add your own converter, please have a look at our :ref:`tutorial on how to add
53-
a converter <custom-converter>` and use any of our provided converters as a starting point.
55+
a converter <custom-converter>` and use any of our provided converters as a starting point.

0 commit comments

Comments
 (0)