| Trees | Indices | Help |
|
|---|
|
|
The adjuster class controls the step size.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
| float |
|
||
|
|||
|
Inherited from |
|||
| Class Variables | |
Z0 = 1.5
|
|
DZ = 0.3
|
|
TOL = 0.2
|
|
STABEXP = 1.0
|
|
| Instance Variables | |
|
vsmax Used when the acceptance probability is larger than 25%. |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
This allows the desired fraction of accepted steps to depend on self.vscale. Requires:
This method should only be called with |
We stick in the factor of random.lognormvariate() so that all sizes of move are possible and thus we can prove that we can random-walk to any point in a connected region. This makes the proof of ergodicity simpler.
|
|
| Instance Variable Details |
vsmaxUsed when the acceptance probability is larger than 25%. Large acceptance probabilities can happen if the probability is everywhere about equal. (E.g. a data fitting problem with almost no data) |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 04:25:06 2011 | http://epydoc.sourceforge.net |