Skip to content

Commit 8938bee

Browse files
committed
Updating README.md and environmnent file.
1 parent b420031 commit 8938bee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ elastica). Scripts to reproduce these benchmarks can be found [here](https://git
2222
**Features**:
2323
- distributed computing provided by the [`ray`](https://www.ray.io) library;
2424
- scikit-learn compatible interface;
25-
- hyperparameter configuration via YAML files;
25+
- hyperparameter configuration via YAML files and optimization via `optuna`;
2626
- support for custom operators (with/without strong-typing);
27-
- benchmark suite (Nguyen and SRBench)
27+
- benchmark suite (Nguyen and SRBench).
2828

2929
## Installation
3030

environment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ dependencies:
2828
- mygrad
2929
- tox-conda
3030
- pmlb
31+
- optuna
32+
- optuna-integration

0 commit comments

Comments
 (0)