BayesOpt
|
BayesOpt | Main module for Bayesian optimization |
NonParametricProcesses | Set of nonparametric processes (Gaussian process, Student's t process, etc.) for surrogate modelling |
CriteriaFunctions | Set of criterium functions to select the next point during optimization/exploration |
KernelFunctions | Set of kernel or covariance functions for the nonparametric processes |
ParametricFunctions | Set of parametric models for surrogate modelling |
BayesOptPython | Python Module for BayesOpt |