WebCab Optimization for COM v2.6

AnnealingAlgorithmTypes Members

AnnealingAlgorithmTypes overview

Public Static Fields

BFGS This constant refers to using the BFGS algorithm (i.e. {@link MultiDimensional#derivBFGS}) which is then used in conjunction with the Simulated Annealing approach in order to find the global extremum of a multi-dimensional optimization problem with a differentiable object function.
FLETCHER_POWELL This constant refers to using the Fletcher-Powell algorithm (i.e. {@link MultiDimensional#derivFletcherPowell}) which is then used in conjunction with the Simulated Annealing approach in order to find the global extremum of a multi-dimensioanl optimization problem with a differentiable object function.
FLETCHER_REEVES This constant refers to using the Fletcher-Reeves algorithm (i.e. {@link MultiDimensional#derivFletcherReeves}) which is then used in conjunction with the Simulated Annealing approach in order to find the global extremum of a multi-dimensional optimization problem with a differentiable object function.
POLAK_RIVIERE This constant refers to using the Polak-Riviere algorithm (i.e. {@link MultiDimensional#derivPolakRiviere}) which is then used in conjunction with the Simulated Annealing approach in order to find the global extremum of a multi-dimensional optimization problem with a differentiable object function.
STEEPEST_DESCENT This constant refers to using the Steepest-Descent algorithm (i.e. {@link MultiDimensional#derivSteepestDescent}) which is then used in conjunction with the Simulated Annealing approach in order to find the global extremum of a multi-dimensional optimization problem with a differentiable object function.

Public Instance Methods

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 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

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