Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 397 Bytes

bayesian-optimization

School project for the subject of heurstic methods of optimization. Implementation of bayesian optimization algorithm (BOA) using Gausian process regressors as surogate models.

Usage

For optimizing the bayes optimizer that optimizes branin-hoo

  $ python3 optimizing_bayes_opt.py

For optimizing branin-hoo

  $ python3 branin_optimization.py