BEAST v2.7.8 Documentation: sa.evolution.operators.WilsonBaldingWithRateCategories

Proposes a move in state space.
This operator changes a beast.tree.
Implement Wilson Balding operator for (zero branch) sampled ancestor trees and per branch rate categoriesThis version of Wilson Balding operator does not change the root.

Inputs:

rateCategories, tree, markclades, weight

 

rateCategories
type: beast.base.inference.parameter.IntegerParameter
rate category per branch
Optional input

 

tree
type: beast.base.evolution.tree.Tree
beast.tree on which this operation is performed
Required input

 

markclades
type: java.lang.Boolean
Mark all ancestors of nodes changed by the operator as changed, up to the MRCA of all nodes changed by the operator.
Optional input. Default: false

 

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