BEAST v2.7.8 Documentation: feast.operators.SmartScaleOperator

Proposes a move in state space.

Scale operator which scales identical values together.

Inputs:

scaleFactor, optimise, scaleFactorUpperLimit, scaleFactorLowerLimit, parameter, classesToExclude, weight

 

scaleFactor
type: java.lang.Double
Scale factor will be chosen between scaleFactor and 1/scaleFactor.
Optional input. Default: 0.75

 

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

 

scaleFactorUpperLimit
type: java.lang.Double
Upper Limit of scale factor
Optional input. Default: 0.99999999

 

scaleFactorLowerLimit
type: java.lang.Double
Lower limit of scale factor
Optional input. Default: 1.0E-8

 

parameter
type: beast.base.inference.parameter.RealParameter***
One or more parameters to operate on
Optional input

 

classesToExclude
type: beast.base.core.Function
Elements with these value will not be operated on.
Optional input

 

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