![]() | Double |
The DoubleParameterizedDelegate type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleParameterizedDelegate(FuncDoubleVector, Double, Double) | Constructs a DoubleParameterizedDelegate instance from the given delegate. |
![]() | DoubleParameterizedDelegate(FuncDoubleVector, Double, Double, ActionDoubleVector, Double, DoubleVector) | Constructs a DoubleParameterizedDelegate 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 DoubleParameterizedFunction) |
![]() | Function | Gets and sets the delegate for the the function. |
![]() | Gradient | Gets and sets the delegate for the gradient with respect to the parameters. |
Name | Description | |
---|---|---|
![]() | Clone |
Returns a deep copy of self.
(Overrides DoubleParameterizedFunctionClone) |
![]() | Evaluate(DoubleVector, Double) |
Evaluates the parameterized function for the given parameter values at the
given point.
(Overrides DoubleParameterizedFunctionEvaluate(DoubleVector, Double)) |
![]() | Evaluate(DoubleVector, DoubleVector, DoubleVector) |
Evaluates the parameterized function for the given parameter values at the
given set of points.
(Inherited from DoubleParameterizedFunction) |
![]() | GradientWithRespectToParams |
Method for calculating the gradient with respect to the parameters while keeping x
fixed at the specified value.
(Overrides DoubleParameterizedFunctionGradientWithRespectToParams(DoubleVector, Double, DoubleVector)) |