MONITRun Method
Definition
Namespace: DotNumerics.Optimization.TN
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,
double[] X,
int offset_x,
double F,
double[] G,
int offset_g,
int NITER,
int NFTOTL,
int NFEVAL,
int IRESET,
int[] IPIVOT,
int offset_ipivot
)VB
Public Sub Run (
N As Integer,
X As Double(),
offset_x As Integer,
F As Double,
G As Double(),
offset_g As Integer,
NITER As Integer,
NFTOTL As Integer,
NFEVAL As Integer,
IRESET As Integer,
IPIVOT As Integer(),
offset_ipivot As Integer
)