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

Proposes a move in state space.
A generic operator swapping a one or more pairs in a multi-dimensional parameter

Inputs:

parameter, intparameter, howMany, filter, weight

 

parameter
type: beast.core.parameter.RealParameter
a real parameter to swap individual values for
Either this, or intparameter needs to be specified

 

intparameter
type: beast.core.parameter.IntegerParameter
an integer parameter to swap individual values for
Either this, or parameter needs to be specified

 

howMany
type: java.lang.Integer
number of items to swap, default 1, must be less than half the dimension of the parameter
Optional input. Default: 1

 

filter
type: beast.core.parameter.BooleanParameter
filter to specify a subset of the parameter to operate on
Optional input

 

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