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

Proposes a move in state space.
This operator changes a beast.tree.
Select one specific internal node from a list and move node height uniformly in interval restricted by the nodes parent and children.

Inputs:

restricted, tree, markclades, weight

 

restricted
type: beast.base.evolution.tree.MRCAPrior***
Use only those nodes (MRCAs of some clades)
Required 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