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