Skip to content

Commit

Permalink
⬆️ Bump optuna from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [optuna](https://github.com/pfnet/optuna) from 0.13.0 to 0.14.0. Includes various enhancements to the TPESampler such as setting [hyperopt](https://github.com/hyperopt/hyperopt) compatible parameters!
- [Release notes](https://github.com/pfnet/optuna/releases/tag/v0.14.0)
- [Commits](optuna/optuna@v0.13.0...v0.14.0)
  • Loading branch information
weiji14 committed Aug 24, 2019
1 parent d599ee8 commit cbe064f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matplotlib = "==3.1.1"
netcdf4 = "==1.4.1"
numpy = "==1.17.0rc2"
onnx_chainer = "==1.5.0"
optuna = "==0.13.0"
optuna = "==0.14.0"
pandas = "==0.25.0"
pygmt = {editable = true, ref = "0.0.1a0-40-g29220bd", git = "https://github.com/weiji14/pygmt.git"}
quilt = "==2.9.15"
Expand Down
53 changes: 21 additions & 32 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cbe064f

Please sign in to comment.