Proposes a move in state space.
Operator which acts on subsets of elements of an IntegerParameter, similar to the operation of IntRandomWalkOperator.
windowSize, parameter, indicator, weight
 
| type: java.lang.Integer |
| The size of the window centred on the old value within which the new value can be chosen. |
| Required input |
 
| type: beast.base.inference.parameter.IntegerParameter |
| Parameter to operate on |
| Required input |
 
| type: beast.base.inference.parameter.BooleanParameter |
| Boolean vector indicating which elements to operate on. (If absent, all elements are operated on.) |
| Optional input |
 
| type: java.lang.Double |
| weight with which this operator is selected |
| Required input |