Proposes a move in state space.
Operator which acts on subsets of elements of an IntegerParameter by uniformly selecting new values from the allowed range of values, similar to the action of IntUniformOperator.
 
type: beast.base.inference.parameter.IntegerParameter |
Parameter to operate on |
Required input |
 
type: beast.base.inference.parameter.BooleanParameter |
Boolean vector indicating which elements to operate on. (If absent, all elements are operated on.) |
Optional input |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |