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

Proposes a move in state space.
Operator which allows multiple operators to be chained together. This is only correct when each operator acts on a different part of the state.

Inputs:

operator, weight

 

operator
type: beast.base.inference.Operator***
List of operators to combine into one operation.
Optional input

 

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