Proposes a move in state space.
Produces proposals of a random walk on a sphere
location, windowSize, useGaussian, operator, optimise, weight
 
type: beast.base.inference.parameter.RealParameter |
latitude/longitude pairs representing location |
Required input |
 
type: java.lang.Double |
the size of the window both up and down when using uniform interval OR standard deviation when using Gaussian |
Required input |
 
type: java.lang.Boolean |
Use Gaussian to move instead of uniform interval. Default false. |
Optional input. Default: false |
 
type: beast.base.inference.Operator |
optional tree operator -- locations of filthy nodes will get a new location |
Optional input |
 
type: java.lang.Boolean |
if true, the window size will be optimised throughout the MCMC run |
Optional input. Default: true |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |