BayesianOptimization.jl icon indicating copy to clipboard operation
BayesianOptimization.jl copied to clipboard

A julia package for bayesian optimization of black box functions.

BayesianOptimization.jl

Build Status codecov.io

A julia package for bayesian optimization of black box functions.

Installation

BayesianOptimization.jl is not currently available on METADATA, however, it can still be easily installed with

julia> Pkg.clone("https://github.com/invenia/BayesianOptimization.jl")

Usage

Please see sample notebook for details.