IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
MonteCarlo.h File Reference

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>
+ Include dependency graph for MonteCarlo.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Simple Monte Carlo optimizer.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file MonteCarlo.h.

Macro Definition Documentation

#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.