Proposes a move in state space.
Scale operator which scales identical values together.
scaleFactor, optimise, scaleFactorUpperLimit, scaleFactorLowerLimit, parameter, classesToExclude, weight
 
type: java.lang.Double |
Scale factor will be chosen between scaleFactor and 1/scaleFactor. |
Optional input. Default: 0.75 |
 
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 |
 
type: java.lang.Double |
Upper Limit of scale factor |
Optional input. Default: 0.99999999 |
 
type: java.lang.Double |
Lower limit of scale factor |
Optional input. Default: 1.0E-8 |
 
type: beast.base.inference.parameter.RealParameter*** |
One or more parameters to operate on |
Optional input |
 
type: beast.base.core.Function |
Elements with these value will not be operated on. |
Optional input |
 
type: java.lang.Double |
weight with which this operator is selected |
Required input |