![]() | Double |
The DoubleVectorParameterizedDelegate type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleVectorParameterizedDelegate(FuncDoubleVector, DoubleVector, Double, Int32) | Constructs a DoubleVectorParameterizedDelegate instance from the given delegate. |
![]() | DoubleVectorParameterizedDelegate(FuncDoubleVector, DoubleVector, Double, ActionDoubleVector, DoubleVector, DoubleVector, Int32) | Constructs a DoubleVectorParameterizedDelegate instance from the given delegates. |
Name | Description | |
---|---|---|
![]() | CentralDifferenceDelta |
Gets and sets the delta used in the centeral difference method
for approximating the gradient with respect to the parameters.
(Inherited from DoubleParameterizedFunctional) |
![]() | Function | Gets and sets the delegate for evaluating the parameterized functional. |
![]() | Gradient | Gests and sets the delegate for evaluating the gradient with respect to the paramerers. |
![]() | XDimension |
Gets and sets the dimension of the domain of the functional.
(Inherited from DoubleParameterizedFunctional) |
Name | Description | |
---|---|---|
![]() | Clone |
Returns a deep copy of self.
(Overrides DoubleParameterizedFunctionalClone) |
![]() | Evaluate(DoubleVector, DoubleVector) |
Evaluates the parameterized function for the given parameter values at the
given point.
(Overrides DoubleParameterizedFunctionalEvaluate(DoubleVector, DoubleVector)) |
![]() | Evaluate(DoubleVector, DoubleMatrix, DoubleVector) |
Evaluates the parameterized function for the given parameter values at the
given set of points.
(Inherited from DoubleParameterizedFunctional) |
![]() | GradientWithRespectToParams |
Method for calculating the gradient with respect to the parameters while keeping x
fixed at the specified value.
(Overrides DoubleParameterizedFunctionalGradientWithRespectToParams(DoubleVector, DoubleVector, DoubleVector)) |