BayesOpt
|
Kernel (covariance) functions. More...
#include <map>
#include <boost/scoped_ptr.hpp>
#include <boost/math/distributions/normal.hpp>
#include "bayesopt/parameters.hpp"
#include "specialtypes.hpp"
Go to the source code of this file.
Classes | |
class | bayesopt::Kernel |
Interface for kernel functors. More... | |
class | bayesopt::KernelFactory |
Factory model for kernel functions This factory is based on the libgp library by Manuel Blum https://bitbucket.org/mblum/libgp which follows the squeme of GPML by Rasmussen and Nickisch http://www.gaussianprocess.org/gpml/code/matlab/doc/. More... | |
class | bayesopt::KernelModel |
Namespaces | |
bayesopt | |
Namespace of the library interface. | |
Functions | |
template<typename KernelType > | |
Kernel * | bayesopt::create_func () |
Kernel (covariance) functions.
Definition in file kernel_functors.hpp.