BEAST v2.7.8 Documentation: beastlabs.evolution.operators.CombinedOperator

Proposes a move in state space.
Combines propoosals by randomly selecting from two groups of operators

Inputs:

operator1, operator2, weight

 

operator1
type: beast.base.inference.Operator***
operator for doing first proposal
Required input

 

operator2
type: beast.base.inference.Operator***
operator for doing second proposal
Required input

 

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