IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Simple Monte Carlo optimizer. More...
#include <IMP/core/core_config.h>
#include "MonteCarloMover.h"
#include "IncrementalScoringFunction.h"
#include <IMP/Optimizer.h>
#include <IMP/container_macros.h>
#include <IMP/internal/container_helpers.h>
#include <IMP/algebra/vector_search.h>
#include <IMP/Configuration.h>
#include <boost/random/uniform_real.hpp>
Go to the source code of this file.
Classes | |
class | IMP::core::MonteCarlo |
A Monte Carlo optimizer. More... | |
class | IMP::core::MonteCarloWithBasinHopping |
This variant of Monte Carlo uses basis hopping. More... | |
class | IMP::core::MonteCarloWithLocalOptimization |
This variant of Monte Carlo that relaxes after each move. 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. | |
Macros | |
#define | IMP_CORE_HAS_MONTE_CARLO_MOVER 1 |
Simple Monte Carlo optimizer.
Copyright 2007-2020 IMP Inventors. All rights reserved.
Definition in file MonteCarlo.h.
#define IMP_CORE_HAS_MONTE_CARLO_MOVER 1 |
Allow code to test for the changes in MC interface.
Definition at line 25 of file MonteCarlo.h.