Proposes a move in state space.
Operator that distributes a certain amount of operator weight. This is useful in setting up analyses with many operators (like a *BEAST analysis) and where the total amount of weight for groups of operators (say gene tree operators) needs to be fixed for optimal performance.
 
type: beast.base.inference.Operator*** |
operator the CompoundOperator chooses from with probability proportional to its weight |
Required input |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |