BayesianOptimization.jl
BayesianOptimization.jl copied to clipboard
A julia package for bayesian optimization of black box functions.
BayesianOptimization.jl
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.