Newton-Raphson Line Search Method
Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved. See http://www.dnAnalytics.net for details.
Adopted to Altaxo (c) 2005 Dr. Dirk Lellinger.
Constructor | Description |
|
Constructor for Newton-Raphson Line Search
|
Full Usage:
NewtonRaphsonLineSearch(costfunction, endcriteria)
Parameters:
CostFunction
endcriteria : EndCriteria
|
|
Full Usage:
NewtonRaphsonLineSearch(costfunction, endcriteria, maxiteration, tolerance)
Parameters:
CostFunction
endcriteria : EndCriteria
maxiteration : int
tolerance : float
|
|
Instance member | Description |
Full Usage:
this.MethodName
Returns: string
Modifiers: abstract |
Method Name
|
Full Usage:
this.Search
Parameters:
DoubleVector
d : DoubleVector
stp : float
Returns: DoubleVector
Modifiers: abstract |
Minimize the given cost function
|