/GPyOpt

Gaussian Process Optimization using GPy

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Modified GPyOpt

GPyOpt with modified interface

Modifications

  • Objective function has to take dictionary input
  • Add search function which returns optimal input as a dictionary after run_optimiazation.
  • Add continuous option to the type attribute for search space

For other usage, please check the original documentation.