Click or drag to resize

ICostFunction Methods

The ICostFunction type exposes the following members.

Methods
 NameDescription
Public methodGradientMethod to override to calculate the grad_f, the first derivative of the cost function with respect to x
Public methodHessianMethod to override to calculate the hessian, the second derivative of the cost function with respect to x
Public methodValueMethod to override to compute the cost function value of x
Top
See Also