BEAST v2.7.8 Documentation: beast.base.inference.operator.RealRandomWalkOperator

implemented by the following
beastclassic.evolution.operators.RootTraitRandowWalkOperator

Proposes a move in state space.
A random walk operator that selects a random dimension of the real parameter and perturbs the value a random amount within +/- windowSize.

Inputs:

windowSize, parameter, useGaussian, 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

 

parameter
type: beast.base.inference.parameter.RealParameter
the parameter to operate a random walk on.
Required input

 

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

 

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