BayesOpt
kernel_functors.hpp File Reference

Kernel (covariance) functions. More...

#include <map>
#include <boost/scoped_ptr.hpp>
#include <boost/math/distributions/normal.hpp>
#include "bayesopt/parameters.hpp"
#include "specialtypes.hpp"
+ Include dependency graph for kernel_functors.hpp:
+ This graph shows which files directly or indirectly include this file:

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 ()
 

Detailed Description

Kernel (covariance) functions.

Definition in file kernel_functors.hpp.