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(
double SMALL,
ref int NFTOTL,
ref int NITER,
int N,
double F,
ref double FNEW,
ref double FM,
ref double GTG,
ref double OLDF,
ISFUN SFUN,
ref double[] G,
int offset_g,
double[] X,
int offset_x
)
Public Sub Run (
SMALL As Double,
ByRef NFTOTL As Integer,
ByRef NITER As Integer,
N As Integer,
F As Double,
ByRef FNEW As Double,
ByRef FM As Double,
ByRef GTG As Double,
ByRef OLDF As Double,
SFUN As ISFUN,
ByRef G As Double(),
offset_g As Integer,
X As Double(),
offset_x As Integer
)
Request Example
View SourceParameters
- SMALL Double
-
- NFTOTL Int32
-
- NITER Int32
-
- N Int32
-
- F Double
-
- FNEW Double
-
- FM Double
-
- GTG Double
-
- OLDF Double
-
- SFUN ISFUN
-
- G Double
-
- offset_g Int32
-
- X Double
-
- offset_x Int32
-
See Also