IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
The base class for movers for Monte Carlo optimization. More...
#include <IMP/core/core_config.h>
#include <IMP/ModelObject.h>
#include <IMP/Model.h>
#include <IMP/particle_index.h>
#include <IMP/tuple_macros.h>
Go to the source code of this file.
Classes | |
class | IMP::core::MonteCarloMover |
A base class for classes which perturb particles. More... | |
struct | IMP::core::MonteCarloMoverResult |
Return value of the MonteCarloMover::propose() function. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::core | |
Basic functionality that is expected to be used by a wide variety of IMP users. | |
Typedefs | |
typedef IMP::Vector < MonteCarloMoverResult > | IMP::core::MonteCarloMoverResults |
typedef IMP::Vector < IMP::Pointer < MonteCarloMover > > | IMP::core::MonteCarloMovers |
typedef IMP::Vector < IMP::WeakPointer < MonteCarloMover > > | IMP::core::MonteCarloMoversTemp |
The base class for movers for Monte Carlo optimization.
Copyright 2007-2020 IMP Inventors. All rights reserved.
Definition in file MonteCarloMover.h.