Click or drag to resize

xMinimizationBase Class

Represents a base class for optimization classes.
Inheritance Hierarchy

Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class xMinimizationBase
Request Example View Source

The xMinimizationBase type exposes the following members.

Constructors
 NameDescription
Protected methodxMinimizationBase 
Top
Properties
 NameDescription
Public propertyFunEvaluations The number of function evaluations used to compute the minimum.
Public propertyMaxFunEvaluations Maximum number of function evaluations.
Public propertyTolerance Desired accuracy for the solution.
Top
Fields
 NameDescription
Protected field_FreeVariables The initial guess .
Protected field_FunEvaluations The number of function evaluations used to compute the minimum.
Protected field_MaxFunEvaluations Maximum number of function evaluations.
Protected field_NumFreeVariables The number of variables.
Protected field_Tolerance Desired accuracy for the solution.
Protected field_Variables All the variables.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also