BEAST v2.6.7 Documentation: beast.evolution.operators.SliceOperator

Proposes a move in state space.
A random walk operator that selects a random dimension of the real parameter and perturbs the value a random amount within +/- windowSize.

Inputs:

parameter, windowSize, sliceDensity, weight

 

parameter
type: beast.core.parameter.RealParameter
the parameter to operate a random walk on.
Required input

 

windowSize
type: java.lang.Double
the size of the step for finding the slice boundaries
Required input

 

sliceDensity
type: beast.core.Distribution
The density to sample from using slice sampling.
Required input

 

weight
type: java.lang.Double
weight with which this operator is selected
Required input