MoreThuenteLineSearch Type

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.

Constructors

Constructor Description

MoreThuenteLineSearch(costfunction)

Full Usage: MoreThuenteLineSearch(costfunction)

Parameters:

Constructor for More-Thuente Line Search.

costfunction : CostFunction

MoreThuenteLineSearch(costfunction, endcriteria)

Full Usage: MoreThuenteLineSearch(costfunction, endcriteria)

Parameters:

costfunction : CostFunction
endcriteria : EndCriteria

Instance members

Instance member Description

this.MethodName

Full Usage: this.MethodName

Returns: string
Modifiers: abstract

Method Name

Returns: string

this.Search

Full Usage: this.Search

Parameters:
Returns: DoubleVector
Modifiers: abstract

Minimize the given cost function

x : DoubleVector
s : DoubleVector
stp : float
Returns: DoubleVector