File tree Expand file tree Collapse file tree 4 files changed +34
-5
lines changed
Expand file tree Collapse file tree 4 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 55docs /*
66__pycache__
77* .rdb
8- logs
9- logs2
10- logs /*
8+ examples /logs /SMAC
9+ examples /logs /BOHB
1110smac3-output *
1211.DS_Store
13- requirements_old.txt
12+ pending
1413__init__.pyc
Original file line number Diff line number Diff line change 1+ # 0.1
2+
3+ ## Features
4+
5+ - Multi-Objective is supported with flexible objective objects.
6+ - Groups: If plugin supports groups, multiple runs can be used.
7+ - Automatically find converter: DeepCAVE scans the given directory and selects a suitable converter (if available).
8+ - Recorder: Record your runs and save them directly as DeepCAVE files.
9+ - Matplotlib mode: Alternatively, plugins can output Matplotlib rendered plots.
10+
11+
12+ ## Plugins
13+
14+ - StaticPlugin: Uses queue to process the result.
15+ - DynamicPlugin: Input changes are directly calculated.
16+
17+ - Overview: Shows meta and statistics.
18+ - Configurations: Shows configuration space and best found configuration.
19+ - Cost over Time: Shows how the cost changes over time.
20+ - Configuration Cube: Shows configurations as points in a cube.
21+ - Individual Conditional Expectation / Partial Dependency Plots: Shows how individual instances behave.
22+ - fANOVA: Shows Hyperparameter Importance.
23+
24+
25+ ## Converters
26+
27+ - DeepCAVE
28+ - SMAC
29+ - BOHB (Beta)
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ numpy==1.21.4
1010matplotlib == 3.4.3
1111redis == 3.5.3
1212rq == 1.10.0
13- absl-py == 1.0.0
13+ absl-py == 1.0.0
14+ hpbandster == 0.7.4
You can’t perform that action at this time.
0 commit comments