DWSIM Class Library Documentation
C#VB
    Show/Hide TOC
    • Loading...

    LBFGSBDriver Class

    Definition

    Namespace: DotNumerics.Optimization.LBFGSB
    Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
    C#Request Example
    public class LBFGSBDriver
    VBRequest Example
    Public Class LBFGSBDriver
    Inheritance
    Object    LBFGSBDriver

    Constructors

    LBFGSBDriver 

    Methods

    CheckAndSetBounds 
    Compute 
    ComputeMin(OptMultivariateFunction, OptMultivariateGradient, OptBoundVariable, Double, Double, Int32) 
    ComputeMin(OptMultivariateFunction, OptMultivariateGradient, OptVariable, Double, Double, Int32) 
    Initialize(OptBoundVariable) 
    Initialize(OptVariable) 
    UpdateExternalVariables 
    UpdateExternalVariables(OptBoundVariable) 
    UpdateExternalVariables(OptVariable) 
    UpdateInternalGradient 
    UpdateInternalGradient(OptBoundVariable) 
    UpdateInternalGradient(OptVariable) 

    Fields

    _ExternalGradientArray 
    _ExternalVariables 
    _FreeVariables 
    _GradientArray 
    _LowerBounds 
    _NBD 
    _NumFreeVariables 
    _OptBoundVariable 
    _OptVariable 
    _SETULB 
    _UpperBounds 
    DSAVE 
    ISAVE 
    IWA 
    LSAVE 
    M 
    WA 

    Extension Methods

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

    See Also

    Reference

    DotNumerics.Optimization.LBFGSB Namespace

    In This Article

    • Definition
    • Constructors
    • Methods
    • Fields
    • Extension Methods
    • See Also

    DWSIM is open-source software, released under the GPL v3 license. (c) 2008-2026 Daniel Medeiros and contributors

    Send comments on this topic to Daniel Medeiros