Click or drag to resize

ERRCLBRun Method


Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int N,
	int M,
	double FACTR,
	double[] L,
	int offset_l,
	double[] U,
	int offset_u,
	int[] NBD,
	int offset_nbd,
	ref BFGSTask TASK,
	ref int INFO,
	ref int K
)
Request Example View Source

Parameters

N  Int32
 
M  Int32
 
FACTR  Double
 
L  Double
 
offset_l  Int32
 
U  Double
 
offset_u  Int32
 
NBD  Int32
 
offset_nbd  Int32
 
TASK  BFGSTask
 
INFO  Int32
 
K  Int32
 
See Also