Skip to content

Python implementation of the MACE Bayesian optimization algorithm, with GPy used as the backend GP library

Notifications You must be signed in to change notification settings

hjljhl/pyMACE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

About

The origin MACE algorithm, re-implemented in python

  • MCMC hyperparameter integration
  • Matern52 kernel

Dependencies

  • GPy for the GP regression
  • toml for config file
  • Platypus for multi-objective optimization

TODO

  • Improve the interface
  • Combine MACE with other parallel strategy like kriging believer or local penalization

About

Python implementation of the MACE Bayesian optimization algorithm, with GPy used as the backend GP library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.9%
  • Python 3.9%
  • Other 0.2%