BayesOpt
|
Mean (parametric) functions. More...
#include <map>
#include <boost/scoped_ptr.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include "bayesopt/parameters.hpp"
#include "specialtypes.hpp"
Go to the source code of this file.
Classes | |
class | bayesopt::ParametricFunction |
Interface for mean functors. More... | |
class | bayesopt::MeanFactory |
Factory model for parametric 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::MeanModel |
Namespaces | |
bayesopt | |
Namespace of the library interface. | |
Functions | |
template<typename MeanType > | |
ParametricFunction * | bayesopt::create_func () |
Mean (parametric) functions.
Definition in file mean_functors.hpp.