IMP logo
IMP Reference Guide  develop.cb6747d2d1,2024/03/28
The Integrative Modeling Platform
IMP.pmi1.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 36 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.pmi1.samplers.MonteCarlo.__init__ (   self,
  model,
  objects = None,
  temp = 1.0,
  filterbyname = None 
)

Setup Monte Carlo sampling.

Parameters
modelThe IMP Model
objectsWhat to sample. Use flat list of particles or (deprecated) 'MC Sample Objects' from PMI1
tempThe MC temperature
filterbynameNot used

Definition at line 46 of file /samplers.py.

Member Function Documentation

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

Return a dictionary with the mover parameters for nuisance parameters.

Definition at line 185 of file /samplers.py.


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