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

Proposes a move in state space.
Propose a new set of indicators independent of the previous state

Inputs:

parameter, minNonZeros, maxNonZeros, weight

 

parameter
type: beast.base.inference.parameter.BooleanParameter
the parameter to operate a flip on.
Required input

 

minNonZeros
type: java.lang.Integer
minimum number of non zeros (default = 0)
Optional input. Default: 0

 

maxNonZeros
type: java.lang.Integer
maximum number of non zeros (default = parameter length)
Optional input

 

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