IMP
2.3.1
The Integrative Modeling Platform
|
A Bayesian inference-based sampler. More...
#include <IMP/domino/domino_config.h>
#include "Assignment.h"
#include "Order.h"
#include "subset_scores.h"
#include <IMP/base/Vector.h>
#include <IMP/base/hash.h>
#include <boost/unordered_map.hpp>
#include <IMP/statistics/metric_clustering.h>
#include <algorithm>
#include <boost/random/uniform_int.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/shared_array.hpp>
#include <cstdio>
#include <queue>
#include <RMF/HDF5/Group.h>
#include <RMF/HDF5/File.h>
Go to the source code of this file.
Namespaces | |
IMP | |
Synonym for IMP::kernel. | |
IMP::domino | |
Divide-and-conquer inferential optimization in discrete space. | |
Typedefs | |
typedef IMP::base::Vector < IMP::base::Pointer < AssignmentContainer > > | IMP::domino::AssignmentContainers |
typedef IMP::base::Vector < IMP::base::WeakPointer < AssignmentContainer > > | IMP::domino::AssignmentContainersTemp |
A Bayesian inference-based sampler.
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file assignment_containers.h.