ObjectiveFunction Class

Definition

Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public class ObjectiveFunction : absObjectiveFunction
Inheritance
Object    absObjectiveFunction    ObjectiveFunction

Constructors

Methods

CalcNumericDiagonalHessianApproximation
(Inherited from absObjectiveFunction)
CalcNumericGradient
(Inherited from absObjectiveFunction)
CalcNumericHessian
(Inherited from absObjectiveFunction)
F
(Overrides absObjectiveFunction.F(ListDouble))
FunctionGradient 
FunctionHessian 
Gradient
(Overrides absObjectiveFunction.Gradient(ListDouble, Double))
Hessian
(Overrides absObjectiveFunction.Hessian(ListDouble, Double))
NumberOfVariable
(Overrides absObjectiveFunction.NumberOfVariable)

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also