Click or drag to resize

COBYLARun 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,
	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
)
Request Example View Source

Parameters

N  Int32
components. The algorithm employs linear approximations to the
M  Int32
 
X  Double
is now the current vector of variables. The subroutine should return
offset_x  Int32
 
RHOBEG  Double
 
RHOEND  Double
should be set to reasonable initial changes to and the required
IPRINT  Int32
should be set to 0, 1, 2 or 3, which controls the amount of
MAXFUN  Int32
 
W  Double
 
offset_w  Int32
 
IACT  Int32
 
offset_iact  Int32
 
See Also