#include <vector>
#include <set>
#include <stack>
#include <cmath>
#include <algorithm>
#include <iostream>
#include "opengm/opengm.hxx"
#include "opengm/operations/adder.hxx"
#include "opengm/operations/multiplier.hxx"
#include "opengm/operations/minimizer.hxx"
#include "opengm/operations/maximizer.hxx"
#include "opengm/utilities/random.hxx"
#include "opengm/utilities/indexing.hxx"
#include "opengm/datastructures/randomaccessset.hxx"
#include "opengm/datastructures/partition.hxx"
#include "opengm/inference/movemaker.hxx"
#include "opengm/inference/visitors/visitor.hxx"
#include "opengm/functions/view_convert_function.hxx"
Go to the source code of this file.
Classes | |
class | opengm::SwendsenWangEmptyVisitor< SW > |
Visitor. More... | |
class | opengm::SwendsenWangVerboseVisitor< SW > |
Visitor. More... | |
class | opengm::SwendsenWangMarginalVisitor< SW > |
Visitor. More... | |
class | opengm::SwendsenWang< GM, ACC > |
Generalized Swendsen-Wang sampling A. Barbu, S. Zhu, "Generalizing swendsen-wang to sampling arbitrary posterior probabilities", PAMI 27:1239-1253, 2005. More... | |
struct | opengm::SwendsenWang< GM, ACC >::Parameter |
Namespaces | |
namespace | opengm |
The OpenGM namespace. |