BayesOpt
bayesoptbase.hpp File Reference

BayesOpt common module for interfaces. More...

#include <boost/scoped_ptr.hpp>
#include <boost/random.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/io.hpp>
#include "bayesopt/parameters.hpp"
+ Include dependency graph for bayesoptbase.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bayesopt::BayesOptBase
 Abstract module for Bayesian optimization. More...
 

Namespaces

 bayesopt
 Namespace of the library interface.
 

Typedefs

typedef boost::numeric::ublas::vector< double > bayesopt::vectord
 
typedef boost::numeric::ublas::vector< int > bayesopt::vectori
 
typedef boost::numeric::ublas::matrix< double > bayesopt::matrixd
 
typedef std::vector< vectord > bayesopt::vecOfvec
 

Detailed Description

BayesOpt common module for interfaces.

-*- c++ -*-

Bayesian optimization module

Definition in file bayesoptbase.hpp.