COBYLARun Method

Definition

Namespace: DotNumerics.Optimization.Cobyla
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int N,
	int M,
	ref double[] X,
	int offset_x,
	double RHOBEG,
	double RHOEND,
	int IPRINT,
	ref int MAXFUN,
	ref double[] W,
	int offset_w,
	ref int[] IACT,
	int offset_iact
)

Parameters

N  Int32
 
M  Int32
 
X  Double
 
offset_x  Int32
 
RHOBEG  Double
 
RHOEND  Double
 
IPRINT  Int32
 
MAXFUN  Int32
 
W  Double
 
offset_w  Int32
 
IACT  Int32
 
offset_iact  Int32
 

See Also