DCSRCHRun 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(
double F,
double G,
ref double STP,
double FTOL,
double GTOL,
double XTOL,
double STPMIN,
double STPMAX,
ref BFGSTask TASK,
ref int[] ISAVE,
int offset_isave,
ref double[] DSAVE,
int offset_dsave
)VB
Public Sub Run (
F As Double,
G As Double,
ByRef STP As Double,
FTOL As Double,
GTOL As Double,
XTOL As Double,
STPMIN As Double,
STPMAX As Double,
ByRef TASK As BFGSTask,
ByRef ISAVE As Integer(),
offset_isave As Integer,
ByRef DSAVE As Double(),
offset_dsave As Integer
)