lbfgsblbfgsbminimize Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public void lbfgsbminimize(
	int n,
	int m,
	ref double[] x,
	double epsg,
	double epsf,
	double epsx,
	int maxits,
	ref int[] nbd,
	ref double[] l,
	ref double[] u,
	ref int info
)

Parameters

n  Int32
 
m  Int32
 
x  Double
 
epsg  Double
 
epsf  Double
 
epsx  Double
 
maxits  Int32
 
nbd  Int32
 
l  Double
 
u  Double
 
info  Int32
 

See Also