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

Proposes a move in state space.
A uniform random operator that selects a random dimension of the integer parameter and picks a new random value within the bounds.

Inputs:

parameter, weight

 

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

 

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