Proposes a move in state space.
Random walk operator which modifies identical values together.
windowSize, useGaussian, parameter, classesToExclude, weight
 
type: java.lang.Double |
the size of the window both up and down when using uniform interval OR standard deviation when using Gaussian |
Required input |
 
type: java.lang.Boolean |
Use Gaussian to move instead of uniform interval. Default false. |
Optional input. Default: false |
 
type: beast.base.inference.parameter.RealParameter*** |
One or more parameters to operate on |
Optional input |
 
type: beast.base.core.Function |
Elements with these value will not be operated on. |
Optional input |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |