News

A C++ library for performing the sequential line search method (which is a human-in-the-loop variant of Bayesian optimization).. The core algorithm is implemented in ...
The core algorithm is implemented in include/sequential-line-search/*.hpp and src/*.cpp.This repository also contains the following example demos: bayesian_optimization_1d: A simple demo of the ...