lbfgsblbfgsbactive Method |
Namespace: DWSIM.MathOps.MathEx.LBFGSBAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private void lbfgsbactive(
int n,
ref double[] l,
ref double[] u,
ref int[] nbd,
ref double[] x,
ref int[] iwhere,
ref bool prjctd,
ref bool cnstnd,
ref bool boxed
)
Private Sub lbfgsbactive (
n As Integer,
ByRef l As Double(),
ByRef u As Double(),
ByRef nbd As Integer(),
ByRef x As Double(),
ByRef iwhere As Integer(),
ByRef prjctd As Boolean,
ByRef cnstnd As Boolean,
ByRef boxed As Boolean
)
Request Example
View SourceParameters
- n Int32
-
- l Double
-
- u Double
-
- nbd Int32
-
- x Double
-
- iwhere Int32
-
- prjctd Boolean
-
- cnstnd Boolean
-
- boxed Boolean
-
See Also