[][src]Crate kurobako_core

The core crate of kurobako.

Modules

domain

Domain of parameter and objective values.

epi

External Program Interface.

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 Definitions

Result

This crate specific Result type.