IMP  2.0.1
The Integrative Modeling Platform
MonteCarlo.h File Reference

Simple Monte Carlo optimizer. More...

#include <IMP/core/core_config.h>
#include "Mover.h"
#include "monte_carlo_macros.h"
#include "IncrementalScoringFunction.h"
#include <IMP/Optimizer.h>
#include <IMP/optimizer_macros.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

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::core
 See IMP.core Overview for more information.
 

Macros

#define IMP_CORE_HAS_MONTE_CARLO_MOVER   1
 

Detailed Description

Copyright 2007-2013 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 27 of file MonteCarlo.h.