Click or drag to resize

ObjectiveFunction Class

Inheritance Hierarchy
SystemObject
  absObjectiveFunction
    DWSIM.MathOpsObjectiveFunction

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

The ObjectiveFunction type exposes the following members.

Constructors
 NameDescription
Public methodObjectiveFunction 
Top
Methods
 NameDescription
Public methodF
(Overrides absObjectiveFunction.F(ListDouble))
Private methodFunctionGradient 
Private methodFunctionHessian 
Public methodGradient
(Overrides absObjectiveFunction.Gradient(ListDouble))
Public methodHessian
(Overrides absObjectiveFunction.Hessian(ListDouble))
Public methodNumberOfVariable
(Overrides absObjectiveFunction.NumberOfVariable)
Public methodNumeric2ndDerivative
(Inherited from absObjectiveFunction)
Public methodNumericDerivative
(Inherited from absObjectiveFunction)
Public methodNumericHessianToDiagonal
(Inherited from absObjectiveFunction)
Top
Fields
 NameDescription
Private fieldepsilon 
Private fieldfxb 
Private fieldfxg 
Private fieldn 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also