BEAST v2.7.8 Documentation: feast.operators.BlockIntUniformOperator

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.

Inputs:

parameter, indicator, weight

 

parameter
type: beast.base.inference.parameter.IntegerParameter
Parameter to operate on
Required input

 

indicator
type: beast.base.inference.parameter.BooleanParameter
Boolean vector indicating which elements to operate on. (If absent, all elements are operated on.)
Optional input

 

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