IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
IMP.pmi.samplers.MonteCarlo Class Reference

Sample using Monte Carlo. More...

Inherits object.

Detailed Description

Sample using Monte Carlo.

Note
This class is only available in Python.

Definition at line 35 of file samplers.py.

Public Member Functions

def __init__
 Setup Monte Carlo sampling. More...
 
def get_nuisance_movers_parameters
 Return a dictionary with the mover parameters for nuisance parameters. More...
 

Constructor & Destructor Documentation

def IMP.pmi.samplers.MonteCarlo.__init__ (   self,
  m,
  objects,
  temp,
  filterbyname = None,
  dof = None 
)

Setup Monte Carlo sampling.

Parameters
mThe IMP Model
objectsSample Objects. Alternatively pass the degrees of freedom object
tempThe initial MC temperature
filterbynameNot implemented
dofDegreesOfFreedom object (replaces "objects")

Definition at line 45 of file samplers.py.

Member Function Documentation

def IMP.pmi.samplers.MonteCarlo.get_nuisance_movers_parameters (   self)

Return a dictionary with the mover parameters for nuisance parameters.

Definition at line 171 of file samplers.py.


The documentation for this class was generated from the following file: