BayesOpt
mean_atomic.hpp File Reference

Atomic (simple) parametric functions. More...

#include <boost/numeric/ublas/vector_proxy.hpp>
#include "mean_functors.hpp"
+ Include dependency graph for mean_atomic.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bayesopt::AtomicFunction
 Abstract class for an atomic kernel. More...
 
class  bayesopt::ZeroFunction
 Constant zero function. More...
 
class  bayesopt::OneFunction
 Constant one function. More...
 
class  bayesopt::ConstantFunction
 Constant function. More...
 
class  bayesopt::LinearFunction
 Linear combination function. More...
 
class  bayesopt::LinearPlusConstantFunction
 Linear combination plus constant function. More...
 

Namespaces

 bayesopt
 Namespace of the library interface.
 

Detailed Description

Atomic (simple) parametric functions.

Definition in file mean_atomic.hpp.