Docs.rs
kurobako_solvers-0.2.2
kurobako_solvers 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sile
Dependencies
kurobako_core ^0.1
normal
rand ^0.8
normal
serde ^1
normal
structopt ^0.3
normal
trackable ^0.2
normal
yamakan ^0.2
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kurobako_
solvers
0.2.2
All Items
Crate Items
Modules
Crate
kurobako_solvers
Copy item path
Source
Expand description
Built-in solvers of
kurobako
.
Modules
ยง
asha
A solver based on
A
synchronous
S
uccessive
H
alving
A
lgorithm
.
nsga2
A solver based on nsga2 search.
optuna
A solver based on
Optuna
.
random
A solver based on random search.