egobox icon indicating copy to clipboard operation
egobox copied to clipboard

Efficient global optimization toolbox in Rust: bayesian optimization, mixture of gaussian processes, sampling methods

Results 4 egobox issues
Sort by recently updated
recently updated
newest added

Hi, The tutorial on egobox github is for python, do you have tutorials for rust egobox ?

Some ideas for further developments: - [x] Make infill criterion a trait to allow to use `EgorSolver` with custom criterion (#92 ) - [x] Implement gaussian process sampling (#97 )...

Hi, I wonder, is it possible for the service struct to incrementally adjust to new suggestions, instead of recomputing everything from scratch in every iteration?

Compilation with intel MKL BLAS backend fails ```bash Compiling intel-mkl-tool v0.3.2+mkl2020.1 Compiling intel-mkl-src v0.7.0+mkl2020.1 The following warnings were emitted during compilation: warning: [email protected]+mkl2020.1: "Download Intel MKL archive into D:\rlafage\workspace\egobox\target\release\build\intel-mkl-src-5fe8678114faedaa\out" error:...