Secant 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 Secant Line Search
|
Full Usage:
SecantLineSearch(costfunction, endcriteria)
Parameters:
CostFunction
endcriteria : EndCriteria
|
|
Full Usage:
SecantLineSearch(costfunction, endcriteria, sigma_0)
Parameters:
CostFunction
endcriteria : EndCriteria
sigma_0 : float
|
|
Full Usage:
SecantLineSearch(costfunction, endcriteria, sigma_0, maxiteration, tolerance)
Parameters:
CostFunction
endcriteria : EndCriteria
sigma_0 : float
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
step : float
Returns: DoubleVector
Modifiers: abstract |
Minimize the given cost function
|