DCSTEPRun Method
Definition
Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Run(
ref double STX,
ref double FX,
ref double DX,
ref double STY,
ref double FY,
ref double DY,
ref double STP,
double FP,
double DP,
ref bool BRACKT,
double STPMIN,
double STPMAX
)VB
Public Sub Run (
ByRef STX As Double,
ByRef FX As Double,
ByRef DX As Double,
ByRef STY As Double,
ByRef FY As Double,
ByRef DY As Double,
ByRef STP As Double,
FP As Double,
DP As Double,
ByRef BRACKT As Boolean,
STPMIN As Double,
STPMAX As Double
)