The DoubleVectorParameterizedDelegate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DoubleVectorParameterizedDelegate | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Returns a deep copy of self.
(Overrides DoubleParameterizedFunctional..::.Clone()()().) | |
| Equals | (Inherited from Object.) | |
| Evaluate | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GradientWithRespectToParams |
Method for calculating the gradient with respect to the parameters while keeping x
fixed at the specified value.
(Overrides DoubleParameterizedFunctional..::.GradientWithRespectToParams(DoubleVector, DoubleVector, DoubleVector%).) | |
| ToString | (Inherited from Object.) |
Properties
| 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.) |