Click or drag to resize

CHKUCPRun Method


Namespace: DotNumerics.Optimization.TN
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int LWTEST,
	int MAXFUN,
	ref int NWHY,
	int N,
	ref double ALPHA,
	ref double EPSMCH,
	double ETA,
	ref double PEPS,
	ref double RTEPS,
	ref double RTOL,
	ref double RTOLSQ,
	double STEPMX,
	ref double TEST,
	double XTOL,
	ref double XNORM,
	double[] X,
	int offset_x,
	int LW,
	ref double SMALL,
	ref double TINY,
	double ACCRCY
)
Request Example View Source

Parameters

LWTEST  Int32
 
MAXFUN  Int32
 
NWHY  Int32
 
N  Int32
 
ALPHA  Double
 
EPSMCH  Double
 
ETA  Double
 
PEPS  Double
 
RTEPS  Double
 
RTOL  Double
 
RTOLSQ  Double
 
STEPMX  Double
 
TEST  Double
 
XTOL  Double
 
XNORM  Double
 
X  Double
 
offset_x  Int32
 
LW  Int32
 
SMALL  Double
 
TINY  Double
 
ACCRCY  Double
 
See Also