ICost | 
public interface ICostFunction
The ICostFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| Constraint | Access the constraints for the given cost function | 
| 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 | 
Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved. See http://www.dnAnalytics.net for details.
Adopted to Altaxo (c) 2005 Dr. Dirk Lellinger.