ACTIVERun Method

Definition

Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int N,
	double[] L,
	int offset_l,
	double[] U,
	int offset_u,
	int[] NBD,
	int offset_nbd,
	ref double[] X,
	int offset_x,
	ref int[] IWHERE,
	int offset_iwhere,
	int IPRINT,
	ref bool PRJCTD,
	ref bool CNSTND,
	ref bool BOXED
)

Parameters

N  Int32
 
L  Double
 
offset_l  Int32
 
U  Double
 
offset_u  Int32
 
NBD  Int32
 
offset_nbd  Int32
 
X  Double
 
offset_x  Int32
 
IWHERE  Int32
 
offset_iwhere  Int32
 
IPRINT  Int32
 
PRJCTD  Boolean
 
CNSTND  Boolean
 
BOXED  Boolean
 

See Also