BEAST v2.7.8 Documentation: feast.operators.DiscreteUniformJumpOperator

Proposes a move in state space.
An operator which uniformly selects values for the input state node from the provided discrete set of possibilities.

Inputs:

x, possibility, weight

 

x
type: beast.base.inference.StateNode
State node
Required input

 

possibility
type: beast.base.inference.StateNode***
Possibility
Optional input

 

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