Proposes a move in state space.
Scale operator that scales random epoch in a tree
gene, moveSpeciesTree, up, down, kernelDistribution, optimise, scaleFactor, weight
 
type: starbeast3.evolution.speciation.GeneTreeForSpeciesTreeDistribution*** |
list of gene trees |
Optional input |
 
type: java.lang.Boolean |
whether to move the species tree or not |
Optional input. Default: false |
 
type: beast.base.inference.parameter.RealParameter*** |
list of parameters to increase when tree increases (optional) |
Optional input |
 
type: beast.base.inference.parameter.RealParameter*** |
list of parameters to decrease when tree increases (optional) |
Optional input |
 
type: beast.base.inference.operator.kernel.KernelDistribution |
provides sample distribution for proposals |
Optional input |
 
type: java.lang.Boolean |
flag to indicate that the scale factor is automatically changed in order to achieve a good acceptance rate (default true) |
Optional input. Default: true |
 
type: java.lang.Double |
scaling factor -- positive number that determines size of the jump: higher means bigger jumps. |
Optional input. Default: 0.1 |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |