SETULBRun 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(
int N,
int M,
ref double[] X,
int offset_x,
double[] L,
int offset_l,
double[] U,
int offset_u,
int[] NBD,
int offset_nbd,
ref double F,
ref double[] G,
int offset_g,
double FACTR,
double PGTOL,
ref double[] WA,
int offset_wa,
ref int[] IWA,
int offset_iwa,
ref BFGSTask TASK,
int IPRINT,
ref BFGSTask CSAVE,
ref bool[] LSAVE,
int offset_lsave,
ref int[] ISAVE,
int offset_isave,
ref double[] DSAVE,
int offset_dsave
)VB
Public Sub Run (
N As Integer,
M As Integer,
ByRef X As Double(),
offset_x As Integer,
L As Double(),
offset_l As Integer,
U As Double(),
offset_u As Integer,
NBD As Integer(),
offset_nbd As Integer,
ByRef F As Double,
ByRef G As Double(),
offset_g As Integer,
FACTR As Double,
PGTOL As Double,
ByRef WA As Double(),
offset_wa As Integer,
ByRef IWA As Integer(),
offset_iwa As Integer,
ByRef TASK As BFGSTask,
IPRINT As Integer,
ByRef CSAVE As BFGSTask,
ByRef LSAVE As Boolean(),
offset_lsave As Integer,
ByRef ISAVE As Integer(),
offset_isave As Integer,
ByRef DSAVE As Double(),
offset_dsave As Integer
)Parameters
- N Int32
- M Int32
- X Double
- offset_x Int32
- L Double
- offset_l Int32
- U Double
- offset_u Int32
- NBD Int32
- offset_nbd Int32
- F Double
- G Double
- offset_g Int32
- FACTR Double
- PGTOL Double
- WA Double
- offset_wa Int32
- IWA Int32
- offset_iwa Int32
- TASK BFGSTask
- IPRINT Int32
- CSAVE BFGSTask
- LSAVE Boolean
- offset_lsave Int32
- ISAVE Int32
- offset_isave Int32
- DSAVE Double
- offset_dsave Int32