AccelBracketing Constructor | Initializes a new instance of the AccelBracketing class. |
bracketBidir (inherited from BracketingAlgorithm) | 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 (inherited from BracketingAlgorithm) | 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. |
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. |
AccelBracketing Class | WebCab.COM.Math.Optimization.UniDimensional Namespace | | |