Click or drag to resize

DoubleVectorParameterizedDelegate Properties

The DoubleVectorParameterizedDelegate type exposes the following members.

Properties
 NameDescription
Public propertyCentralDifferenceDelta Gets and sets the delta used in the centeral difference method for approximating the gradient with respect to the parameters.
(Inherited from DoubleParameterizedFunctional)
Public propertyFunction Gets and sets the delegate for evaluating the parameterized functional.
Public propertyGradient Gests and sets the delegate for evaluating the gradient with respect to the paramerers.
Public propertyXDimension Gets and sets the dimension of the domain of the functional.
(Inherited from DoubleParameterizedFunctional)
Top
See Also