Crate kurobako_core

Crate kurobako_core 

Source
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 Error type.

Enums§

ErrorKind
Possible error kinds.

Type Aliases§

Result
This crate specific Result type.