BEAST v2.6.7 Documentation: beast.evolution.operators.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.core.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