Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractSampler --+ | AbstractMC --+ | AbstractEnsembleMC --+ | AbstractExchangeMC
Abstract class for Monte Carlo sampling algorithms employing some replica exchange method.
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
boolean |
|
||
Inherited from Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
list of floats |
acceptance_rates Return swap acceptance rates. |
list of AbstractSwapParameterInfo |
param_infos List of SwapParameterInfo instances holding all necessary parameters. |
statistics | |
Inherited from Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Perform swap between sampler pair described by param_infos[index] and return outcome (true = accepted, false = rejected).
|
Class Variable Details |
__abstractmethods__
|
Property Details |
acceptance_ratesReturn swap acceptance rates.
|
param_infosList of SwapParameterInfo instances holding all necessary parameters.
|
statistics
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |