WebCab Optimization for COM v2.6

BracketingAlgorithm Class

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

public abstract class BracketingAlgorithm

Requirements

Namespace: WebCab.COM.Math.Optimization.UniDimensional

Assembly: WebCab.COM.Optimization (in WebCab.COM.Optimization.dll)

See Also

BracketingAlgorithm Members | WebCab.COM.Math.Optimization.UniDimensional Namespace | | |