Click or drag to resize

COBYLBRun Method


Namespace: DotNumerics.Optimization.Cobyla
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int N,
	int M,
	int MPP,
	ref double[] X,
	int offset_x,
	double RHOBEG,
	double RHOEND,
	int IPRINT,
	ref int MAXFUN,
	ref double[] CON,
	int offset_con,
	ref double[] SIM,
	int offset_sim,
	ref double[] SIMI,
	int offset_simi,
	ref double[] DATMAT,
	int offset_datmat,
	ref double[] A,
	int offset_a,
	ref double[] VSIG,
	int offset_vsig,
	ref double[] VETA,
	int offset_veta,
	ref double[] SIGBAR,
	int offset_sigbar,
	ref double[] DX,
	int offset_dx,
	ref double[] W,
	int offset_w,
	ref int[] IACT,
	int offset_iact
)
Request Example View Source

Parameters

N  Int32
 
M  Int32
 
MPP  Int32
 
X  Double
 
offset_x  Int32
 
RHOBEG  Double
 
RHOEND  Double
 
IPRINT  Int32
 
MAXFUN  Int32
 
CON  Double
 
offset_con  Int32
 
SIM  Double
 
offset_sim  Int32
 
SIMI  Double
 
offset_simi  Int32
 
DATMAT  Double
 
offset_datmat  Int32
 
A  Double
 
offset_a  Int32
 
VSIG  Double
 
offset_vsig  Int32
 
VETA  Double
 
offset_veta  Int32
 
SIGBAR  Double
 
offset_sigbar  Int32
 
DX  Double
 
offset_dx  Int32
 
W  Double
 
offset_w  Int32
 
IACT  Int32
 
offset_iact  Int32
 
See Also