More-Thuente 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 More-Thuente Line Search.
|
Full Usage:
MoreThuenteLineSearch(costfunction, endcriteria)
Parameters:
CostFunction
endcriteria : EndCriteria
|
|
Instance member | Description |
Full Usage:
this.MethodName
Returns: string
Modifiers: abstract |
Method Name
|
Full Usage:
this.Search
Parameters:
DoubleVector
s : DoubleVector
stp : float
Returns: DoubleVector
Modifiers: abstract |
Minimize the given cost function
|