Base class for cost function declaration
Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved. See http://www.dnAnalytics.net for details.
Adopted to Altaxo (c) 2005 Dr. Dirk Lellinger.
Instance member | Description |
Full Usage:
this.Constraint
Modifiers: abstract |
Access the constraints for the given cost function |
|
Method to override to calculate the grad_f, the first derivative of the cost function with respect to x
|
|
Method to override to calculate the hessian, the second derivative of the cost function with respect to x
|
|
Method to override to compute the cost function value of x
|