BacktrackingLineSearch Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FindBracket() Finds an interval that brackets the extremum, starting from the interval [0,1].
(Inherited from OneDimensionalOptimizer)
FindBracket(Double) Finds an interval that brackets the extremum, starting from an interval of unit width centered around the specified point.
(Inherited from OneDimensionalOptimizer)
FindBracket(Double, Double) Finds an interval that brackets the extremum, starting from an interval with the specified bounds.
(Inherited from OneDimensionalOptimizer)
FindBracket(Double, Double, Double) Finds an interval that brackets the extremum, starting from an interval with the specified bounds and interior point.
(Inherited from OneDimensionalOptimizer)
FindExtremum Searches for an extremum.
(Inherited from OneDimensionalOptimizer)
FindMaximum(Func<Double, Double>, Double) Computes a maximum of the specified function.
(Inherited from OneDimensionalOptimizer)
FindMaximum(Func<Double, Double>, Double, Double) Computes a maximum of the specified function.
(Inherited from OneDimensionalOptimizer)
FindMinimum(Func<Double, Double>, Double) Computes a minimum of the specified function.
(Inherited from OneDimensionalOptimizer)
FindMinimum(Func<Double, Double>, Double, Double) Computes a minimum of the specified function.
(Inherited from OneDimensionalOptimizer)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also