Click or drag to resize

SETUCRRun 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(
	double SMALL,
	ref int NFTOTL,
	ref int NITER,
	int N,
	double F,
	ref double FNEW,
	ref double FM,
	ref double GTG,
	ref double OLDF,
	ISFUN SFUN,
	ref double[] G,
	int offset_g,
	double[] X,
	int offset_x
)
Request Example View Source

Parameters

SMALL  Double
 
NFTOTL  Int32
 
NITER  Int32
 
N  Int32
 
F  Double
 
FNEW  Double
 
FM  Double
 
GTG  Double
 
OLDF  Double
 
SFUN  ISFUN
 
G  Double
 
offset_g  Int32
 
X  Double
 
offset_x  Int32
 
See Also