BruteForceLineSearch Type

Constructors

Constructor Description

BruteForceLineSearch(cost)

Full Usage: BruteForceLineSearch(cost)

Parameters:

cost : ICostFunction

Instance members

Instance member Description

this.DivisionDepth

Full Usage: this.DivisionDepth

this.NumberOfInitialDivisions

Full Usage: this.NumberOfInitialDivisions

this.NumberOfSubsequentDivisions

Full Usage: this.NumberOfSubsequentDivisions

this.Search

Full Usage: this.Search

Parameters:
Returns: DoubleVector
Modifiers: abstract

x : DoubleVector
direction : DoubleVector
step : float
Returns: DoubleVector

this.Search

Full Usage: this.Search

Parameters:
    bound0 : DoubleVector
    bound1 : DoubleVector
    numberOfInitialDivisions : int
    numberOfSubsequentDivisions : int
    divisionDepth : int

Returns: DoubleVector

bound0 : DoubleVector
bound1 : DoubleVector
numberOfInitialDivisions : int
numberOfSubsequentDivisions : int
divisionDepth : int
Returns: DoubleVector