BayesOpt
|
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...
#include <mean_functors.hpp>
Public Member Functions | |
ParametricFunction * | create (std::string name, size_t input_dim) |
Factory model for kernel functions This function 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... | |
Private Types | |
typedef ParametricFunction *(* | create_func_definition) () |
Private Attributes | |
std::map< std::string, MeanFactory::create_func_definition > | registry |
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/.
Definition at line 103 of file mean_functors.hpp.
ParametricFunction * bayesopt::MeanFactory::create | ( | std::string | name, |
size_t | input_dim | ||
) |
Factory model for kernel functions This function 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/.
name | string with the kernel structure |
imput_dim | number of input dimensions |
Definition at line 31 of file mean_functors.cpp.
References bayesopt::utils::parseExpresion().
Referenced by bayesopt::MeanModel::setMean().