Skip to content

Files

Latest commit

dd8dea1 · Jan 28, 2016

History

History
19 lines (12 loc) · 718 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 718 Bytes

BayesOpt

Build Status

A Julia wrapper for the BayesOpt library: an efficient implementation of the Bayesian optimization for black-box optimization.

Martinez-Cantin, Ruben. "BayesOpt: a Bayesian optimization library for nonlinear optimization, experimental design and bandits." The Journal of Machine Learning Research 15.1 (2014): 3735-3739.

Prerequisite

  • CMake
  • Boost

Installation

Pkg.clone("[email protected]:bicycle1885/BayesOpt.jl.git") will automatically download source code and build the library under the deps/ directory.