#include <vector>
#include <string>
#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <cmath>
#include <typeinfo>
#include "opengm/opengm.hxx"
#include "opengm/utilities/random.hxx"
#include "opengm/inference/inference.hxx"
#include "opengm/inference/movemaker.hxx"
#include "opengm/operations/minimizer.hxx"
#include "opengm/operations/maximizer.hxx"
#include "opengm/operations/adder.hxx"
#include "opengm/operations/multiplier.hxx"
#include "opengm/operations/integrator.hxx"
#include "opengm/inference/visitors/visitor.hxx"
Go to the source code of this file.
Classes | |
class | opengm::GibbsMarginalVisitor< GIBBS > |
Visitor for the Gibbs sampler to compute arbitrary marginal probabilities. More... | |
class | opengm::Gibbs< GM, ACC > |
Gibbs sampling. More... | |
class | opengm::Gibbs< GM, ACC >::Parameter |
Namespaces | |
namespace | opengm |
The OpenGM namespace. |