IMP Reference Guide
2.6.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/Vector.h>
#include <IMP/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 | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::domino | |
Divide-and-conquer inferential optimization in discrete space. | |
Typedefs | |
typedef IMP::Vector < IMP::Pointer < AssignmentContainer > > | IMP::domino::AssignmentContainers |
typedef IMP::Vector < IMP::WeakPointer < AssignmentContainer > > | IMP::domino::AssignmentContainersTemp |
A Bayesian inference-based sampler.
Copyright 2007-2016 IMP Inventors. All rights reserved.
Definition in file assignment_containers.h.