Click or drag to resize

BFGSBMinimizer Class

Inheritance Hierarchy
SystemObject
  DWSIM.MathOpsBFGSBMinimizer

Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public class BFGSBMinimizer
Request Example View Source

The BFGSBMinimizer type exposes the following members.

Constructors
 NameDescription
Public methodBFGSBMinimizer 
Top
Properties
Methods
 NameDescription
Public methodStatic memberFindRoots 
Private methodFunctionGradientInternal 
Public methodSolve Minimizes a function value using IPOPT solver.
Top
Fields
 NameDescription
Private field_error 
Private field_Iterations 
Private fieldfxb 
Private fieldfxg 
Private fieldobjval 
Private fieldobjval0 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also