| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
     object --+        
              |        
AbstractSampler --+    
                  |    
         AbstractMC --+
                      |
                     AbstractSingleChainMC
Abstract class for Monte Carlo sampling algorithms simulating only one ensemble.
| Nested Classes | |
| Inherited from  | 
| Instance Methods | |||
| 
 | |||
| State | 
 | ||
| Inherited from  | |||
| Class Variables | |
| __abstractmethods__ =  | |
| Properties | |
| acceptance_rate Acceptance rate. | |
| float | energy Negative log-likelihood of the current state. | 
| last_move_accepted Information whether the last MC move was accepted or not. | |
| temperature | |
| Inherited from  Inherited from  | |
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Draw a sample. 
 | 
| Property Details | 
| acceptance_rateAcceptance rate. 
 | 
| energyNegative log-likelihood of the current state. 
 | 
| last_move_acceptedInformation whether the last MC move was accepted or not. 
 | 
| temperature
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |