WebCab Optimization for COM v2.6

BracketingAlgorithm Members

BracketingAlgorithm overview

Public Instance Methods

bracketBidir The method for bidirectional bracketing. That is, given a starting point, it finds an interval containing an extermum which must be a minimum, but can be greater or less than x. *
bracketUnidir The method for unidirectional bracketing. That is, given a starting point, it finds an interval containing an extermum which may be of any kind (minimum or maximum), but must be greater than x.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

BracketingAlgorithm ConstructorInitializes a new instance of the BracketingAlgorithm class.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Protected Internal Instance Methods

extend This method takes as parameter a bracket with the first two points initialized and extends the bracket until it surely contains a local extremum of the given type.
find_initial This method returns a bracket with the first two points initialized.

See Also

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