Namespace: DotNumerics.Optimization.TNAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Run(
ref int IFAIL,
int N,
ref double[] X,
int offset_x,
ref double F,
ref double[] G,
int offset_g,
ref double[] W,
int offset_w,
int LW,
ISFUN SFUN,
int MSGLVL,
int MAXIT,
int MAXFUN,
double ETA,
double STEPMX,
double ACCRCY,
double XTOL
)
Public Sub Run (
ByRef IFAIL As Integer,
N As Integer,
ByRef X As Double(),
offset_x As Integer,
ByRef F As Double,
ByRef G As Double(),
offset_g As Integer,
ByRef W As Double(),
offset_w As Integer,
LW As Integer,
SFUN As ISFUN,
MSGLVL As Integer,
MAXIT As Integer,
MAXFUN As Integer,
ETA As Double,
STEPMX As Double,
ACCRCY As Double,
XTOL As Double
)
Request Example
View SourceParameters
- IFAIL Int32
-
- N Int32
-
- X Double
-
- offset_x Int32
-
- F Double
-
- G Double
-
- offset_g Int32
-
- W Double
-
- offset_w Int32
-
- LW Int32
-
- SFUN ISFUN
-
- MSGLVL Int32
-
- MAXIT Int32
-
- MAXFUN Int32
-
- ETA Double
-
- STEPMX Double
-
- ACCRCY Double
-
- XTOL Double
-
See Also