WebCab Optimization for COM v2.6

MultiDimensionalSolver Members

MultiDimensionalSolver overview

Public Instance Constructors

MultiDimensionalSolver ConstructorInitializes a new instance of the MultiDimensionalSolver class.

Public Instance Methods

DerivBFGS Finds the location of a local extremum (i.e. minimum or maximum) for a differentiable multidimensional function using the Broyden-Fletcher-Goldfarb-Shanno algorithm.
DerivFletcherPowell Finds a local extremum (i.e.
DerivFletcherReeves Finds the location of a local extremum (i.e. minimum or maximum) of a differentiable multidimensional function using the Fletcher-Reeves algorithm.
DerivPolakRiviere Find the location of a local extremum (i.e. minimum or maximum) of a differentiable multidimensional function using the Polak-Riviere algorithm.
DerivSteepestDescent Finds the location of a local extremum (i.e. minimum or maximum) of a differentiable multidimensional function using the method of Steepest Descent.
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.
GlobalAnnealingOverloaded. Finds the location of the global extremum (i.e. minimum or maximum) of a general multidimensional function using the technique known as simulated annealing applied to a modified version of the Needler and Mead's downhill simplex algorithm.
LinearConstraintRosen
NelderMead Uses the downhill simplex method of Nelder and Mead to find a local extremum (i.e. minimum or maximum) of a generic multidimensional function.
Powell Seeks a local extremum of a general multi-dimensional function using Powell's direction set method.
SetFunction Submits a new multi-dimensional function for which the location of the extremum is to be found.
ToString (inherited from Object)Returns a String that represents the current Object.

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.

See Also

MultiDimensionalSolver Class | WebCab.COM.Math.Optimization.MultiDimensional Namespace