Skip to content

Commit 7d1864e

Browse files
committed
Version bump updates
1 parent e17fcbd commit 7d1864e

File tree

4 files changed

+34
-5
lines changed

4 files changed

+34
-5
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ build/*
55
docs/*
66
__pycache__
77
*.rdb
8-
logs
9-
logs2
10-
logs/*
8+
examples/logs/SMAC
9+
examples/logs/BOHB
1110
smac3-output*
1211
.DS_Store
13-
requirements_old.txt
12+
pending
1413
__init__.pyc

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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)

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ numpy==1.21.4
1010
matplotlib==3.4.3
1111
redis==3.5.3
1212
rq==1.10.0
13-
absl-py==1.0.0
13+
absl-py==1.0.0
14+
hpbandster==0.7.4

0 commit comments

Comments
 (0)