The DoubleParameterizedFunctional type exposes the following members.

Constructors

  NameDescription
DoubleParameterizedFunctional
Constructs a DoubleParameterizedFunctional object with the specified domain dimension.

Methods

  NameDescription
Clone
Returns a deep copy of the base. Deriving classes must override this method.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluateOverloaded.
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.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CentralDifferenceDelta
Gets and sets the delta used in the centeral difference method for approximating the gradient with respect to the parameters.
XDimension
Gets and sets the dimension of the domain of the functional.

See Also