Proposes a move in state space.
Tree operator which randomly changes the height of a node, then reconstructs the tree from node heights.
tree, taxonset, window, origin, gene, kernel, kernelDistribution, weight
 
type: starbeast3.tree.SpeciesTree |
the species tree |
Required input |
 
type: beast.base.evolution.alignment.TaxonSet |
taxon set describing species tree taxa and their gene trees |
Required input |
 
type: java.lang.Double |
size of the random walk window |
Optional input. Default: 10.0 |
 
type: beast.base.inference.parameter.RealParameter |
The time when the process started |
Optional input |
 
type: starbeast3.evolution.speciation.GeneTreeForSpeciesTreeDistribution*** |
list of gene trees that constrain species tree movement |
Optional input |
 
type: starbeast3.genekernel.GTKPrior |
the kernel of gene trees |
Optional input |
 
type: beast.base.inference.operator.kernel.KernelDistribution |
provides sample distribution for proposals |
Optional input |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |