ICost |
The ICostFunction type exposes the following members.
Name | Description | |
---|---|---|
Gradient | Method to override to calculate the grad_f, the first derivative of the cost function with respect to x | |
Hessian | Method to override to calculate the hessian, the second derivative of the cost function with respect to x | |
Value | Method to override to compute the cost function value of x |