BEAST v2.7.8 Documentation: feast.operators.SmartRealRandomWalkOperator

Proposes a move in state space.

Random walk operator which modifies identical values together.

Inputs:

windowSize, useGaussian, parameter, classesToExclude, weight

 

windowSize
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

 

useGaussian
type: java.lang.Boolean
Use Gaussian to move instead of uniform interval. Default false.
Optional input. Default: false

 

parameter
type: beast.base.inference.parameter.RealParameter***
One or more parameters to operate on
Optional input

 

classesToExclude
type: beast.base.core.Function
Elements with these value will not be operated on.
Optional input

 

weight
type: java.lang.Double
weight with which this operator is selected
Required input