Skip to content

JuliaBayesianOptimization/AbstractBayesianOptimization.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbstractBayesianOptimization.jl

This repo contains experimental code at the moment.

About

This package formulates a prototypical Bayesian optimization algorithm using abstract building blocks. Currently it supports gradient free optimization only.

It comes with a basic OptimizationHelper that provides utilities for unconstrained problem definition and logging.

The purpose of this little framework is to reuse code and to expose Bayesian optimization algorithms via a unified interface.

Credits

The mathematical framework behind Bayesian optimization algorithms that motivates us to write such a generic Julia code has been described in Bayesian Optimization Book by Roman Garnett available at bayesoptbook.com/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages