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)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
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
)VB
Public Sub Run (
N As Integer,
M As Integer,
ByRef X As Double(),
offset_x As Integer,
RHOBEG As Double,
RHOEND As Double,
IPRINT As Integer,
ByRef MAXFUN As Integer,
ByRef W As Double(),
offset_w As Integer,
ByRef IACT As Integer(),
offset_iact As Integer
)