Expand description
The core crate of kurobako.
Modules§
- domain
- Domain of parameter and objective values.
- epi
- External Program Interface.
- hypervolume
- Helpers for computing hypervolumes.
- json
- JSON.
- num
- Numbers.
- problem
- The interface of the problem for black-box optimization.
- registry
- Registry of problem and solver factories.
- rng
- Random Nnumber Generator.
- solver
- Solver interface for black-box optimization.
- trial
- A trial that represents one ask-evaluate-tell cycle.
Structs§
- Error
- This crate specific
Errortype.
Enums§
- Error
Kind - Possible error kinds.
Type Aliases§
- Result
- This crate specific
Resulttype.