Skip to content

Commit 40512d7

Browse files
committed
version bump
1 parent 6e036fd commit 40512d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Automatic Hyper Parameter Optimization to use with baseline, MEAD, and xpctl. Multiple configurations are sampled with random or grid based sampling methods. Parallel jobs are scheduled and results are aggregated and displayed.
44

5+
## Installation
6+
7+
* [Install mead](https://github.com/dpressel/baseline#installation)
8+
* [Install xpctl](https://github.com/mead-ml/xpctl)
9+
* `pip install -e .`
10+
511
Jobs are identified with a label that has 3 parts:
612

713
* The experiment hash: This is the hash of the hpctl configuration file (with the sampling directives)

hpctl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0dev0'
1+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)