PerturbAndObserveRunner TObserve  PerturbValuesToRecord Property ElecNetKit Documentation
A function that, given the set of values specified by PerturbElementValuesSelector, should return a value to be recorded as the perturbation.

Namespace: ElecNetKit.Sensitivities
Assembly: ElecNetKit.Sensitivities (in ElecNetKit.Sensitivities.dll) Version: 1.1.4771.27372 (1.1.0.0)
Syntax

public Func<Object[], Object> PerturbValuesToRecord { get; set; }

Field Value

Defaults to x => x, that is, to return the complete set of values specified by PerturbElementValuesSelector.
See Also