File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
4951Adding a Converter
5052------------------
5153
5254If 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.
You can’t perform that action at this time.
0 commit comments