Click or drag to resize

MONITRun 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 N,
	double[] X,
	int offset_x,
	double F,
	double[] G,
	int offset_g,
	int NITER,
	int NFTOTL,
	int NFEVAL,
	int IRESET,
	int[] IPIVOT,
	int offset_ipivot
)
Request Example View Source

Parameters

N  Int32
 
X  Double
 
offset_x  Int32
 
F  Double
 
G  Double
 
offset_g  Int32
 
NITER  Int32
 
NFTOTL  Int32
 
NFEVAL  Int32
 
IRESET  Int32
 
IPIVOT  Int32
 
offset_ipivot  Int32
 
See Also