Proposes a move in state space.
This operator changes a beast.tree.
Scales a complete beast.tree.
scaleFactor, scaleAll, scaleAllIndependently, degreesOfFreedom, tree, list, weight
 
| type: java.lang.Double |
| scaling factor: larger means more bold proposals |
| Optional input. Default: 1.0 |
 
| type: java.lang.Boolean |
| if true, all elements of a parameter (not beast.tree) are scaled, otherwise one is randomly selected |
| Optional input. Default: false |
 
| type: java.lang.Boolean |
| if true, all elements of a parameter (not beast.tree) are scaled with a different factor, otherwise a single factor is used |
| Optional input. Default: false |
 
| type: java.lang.Integer |
| Degrees of freedom used in ... |
| Optional input. Default: 1 |
 
| type: beast.base.evolution.tree.Tree |
| beast.tree on which this operation is performed |
| Required input |
 
| type: beastlabs.prevalence.PrevalenceList |
| raw prevalence list with only times and actions |
| Required input |
 
| type: java.lang.Double |
| weight with which this operator is selected |
| Required input |