lbfgsblbfgsbcauchy Method
Definition
Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
private void lbfgsbcauchy(
int n,
ref double[] x,
ref double[] l,
ref double[] u,
ref int[] nbd,
ref double[] g,
ref int[] iorder,
ref int[] iwhere,
ref double[] t,
ref double[] d,
ref double[] xcp,
int m,
ref double[,] wy,
ref double[,] ws,
ref double[,] sy,
ref double[,] wt,
double theta,
int col,
int head,
ref double[] p,
ref double[] c,
ref double[] wbp,
ref double[] v,
ref int nint,
ref double[] sg,
ref double[] yg,
double sbgnrm,
ref int info,
ref double[] workvec
)VB
Private Sub lbfgsbcauchy (
n As Integer,
ByRef x As Double(),
ByRef l As Double(),
ByRef u As Double(),
ByRef nbd As Integer(),
ByRef g As Double(),
ByRef iorder As Integer(),
ByRef iwhere As Integer(),
ByRef t As Double(),
ByRef d As Double(),
ByRef xcp As Double(),
m As Integer,
ByRef wy As Double(,),
ByRef ws As Double(,),
ByRef sy As Double(,),
ByRef wt As Double(,),
theta As Double,
col As Integer,
head As Integer,
ByRef p As Double(),
ByRef c As Double(),
ByRef wbp As Double(),
ByRef v As Double(),
ByRef nint As Integer,
ByRef sg As Double(),
ByRef yg As Double(),
sbgnrm As Double,
ByRef info As Integer,
ByRef workvec As Double()
)