ICost |
public interface ICostFunction
The ICostFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| Constraint | Gets or sets the constraints for the given cost function. |
| Name | Description | |
|---|---|---|
| Gradient | Computes the gradient (first derivative) of the cost function at x. | |
| Hessian | Computes the Hessian (second derivative) of the cost function at x. | |
| Value | Computes the cost function value at x. |
Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved. See http://www.dnAnalytics.net for details.
Adopted for Altaxo (c) 2005 Dr. Dirk Lellinger.