Click or drag to resize

DoubleParameterizedDelegate Methods

The DoubleParameterizedDelegate type exposes the following members.

Methods
 NameDescription
Public methodClone Returns a deep copy of self.
(Overrides DoubleParameterizedFunctionClone)
Public methodEvaluate(DoubleVector, Double) Evaluates the parameterized function for the given parameter values at the given point.
(Overrides DoubleParameterizedFunctionEvaluate(DoubleVector, Double))
Public methodEvaluate(DoubleVector, DoubleVector, DoubleVector) Evaluates the parameterized function for the given parameter values at the given set of points.
(Inherited from DoubleParameterizedFunction)
Public methodGradientWithRespectToParams Method for calculating the gradient with respect to the parameters while keeping x fixed at the specified value.
(Overrides DoubleParameterizedFunctionGradientWithRespectToParams(DoubleVector, Double, DoubleVector))
Top
See Also