This abstract class is the base class for all classes implementing a bracketing algorithm. It gives the main functionality of a bracketing algorithm to the user (given an initial point it returns a bracket containing the extremum); at the same time for the programmer the task is divided into two main parts: finding the `dimension' of the problem by taking the second point then actually bracketing the extremum.
To implement a bracketing algorithm the programmer must override {@link #find_initial find_initial}
and {@link #extend extend} methods.
For a list of all members of this type, see BracketingAlgorithm Members.
System.Object
BracketingAlgorithm
Namespace: WebCab.COM.Math.Optimization.UniDimensional
Assembly: WebCab.COM.Optimization (in WebCab.COM.Optimization.dll)
BracketingAlgorithm Members | WebCab.COM.Math.Optimization.UniDimensional Namespace | | |