BEAST v2.7.8 Documentation: beastclassic.evolution.operators.GMRFMultilocusSkyrideBlockUpdateOperator

Proposes a move in state space.

Inputs:

likelihood, scaleFactor, maxIterations, stopValue, optimise, weight

 

likelihood
type: beastclassic.evolution.tree.coalescent.GMRFMultilocusSkyrideLikelihood
GMRF Multilocus Skyride Likelihood
Required input

 

scaleFactor
type: java.lang.Double
scale factor: larger means more bold proposals
Required input

 

maxIterations
type: java.lang.Integer
max number of iterations for proposal...
Optional input. Default: 200

 

stopValue
type: java.lang.Double
Optional input. Default: 0.01

 

optimise
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

 

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