$ cargo install kurobako
// or (only linux)
$ wget https://github.com/sile/kurobako/releases/download/0.0.15/kurobako-0.0.15.linux-amd64 -o kurobako && chmod +x kurobako
// or
$ git clone git://github.com/sile/kurobako.git && cd kurobako && git checkout 0.0.14 && cargo install --path .
// 独自サンプラの場合
$ kurobako benchmark --problems (kurobako problem-suite sigopt auc) --solvers (kurobako solver command -- python3 /tmp/optuna_solver_example.py ) --budget 100 --iterations 10 | kurobako run > /tmp/sigopt-my-sampler.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import copy | |
| from datetime import datetime | |
| import multiprocessing | |
| from optuna import distributions # NOQA | |
| from optuna.storages import base | |
| from optuna.storages.base import DEFAULT_STUDY_NAME_PREFIX | |
| from optuna import structs | |
| from optuna import type_checking |
starzを使って集計:
$ starz sile
Total: 1030
jsone ★ 173
libflate ★ 59
gomoku ★ 32
hash_ring ★ 28
rustun ★ 25- Start Date: 2017-08-17
- RFC: http://rust-lang.github.io/rfcs/2113-dyn-trait-syntax.html
- PR: rust-lang/rfcs#2113
- Issue: rust-lang/rust#44662
- Start Date: 2017-01-19
- RFC: https://rust-lang.github.io/rfcs/1859-try-trait.html
- PR: rust-lang/rfcs#1859
- Issue: rust-lang/rust#31436
- Start Date: 2017-06-15
- RFC: https://github.com/rust-lang/rfcs/blob/master/text/2033-experimental-coroutines.md
- PR: rust-lang/rfcs#2033
- Issue: rust-lang/rust#43122
関連: RFC 2394
パブリックなcrates.io以外に、プライベートなcrates.ioのインスタンスも利用可能にしよう。