Click or drag to resize

SFUN Class

Inheritance Hierarchy
SystemObject
  DotNumerics.Optimization.TNSFUN

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

The SFUN type exposes the following members.

Constructors
 NameDescription
Public methodSFUN 
Top
Properties
 NameDescription
Public propertyFunEvaluations The number of function evaluations used to compute the minimum.
Top
Methods
Fields
 NameDescription
Protected fieldMeExternalGradientArray 
Private fieldMeExternalVariables 
Private fieldMeFunction 
Private fieldMeFunEvaluations The number of function evaluations used to compute the minimum.
Private fieldMeGradient 
Protected fieldMeOptBoundVariable 
Protected fieldMeOptVariable 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also