Namespace: DotNumerics.Optimization.CobylaAssembly: 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
)
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
)
Request Example
View SourceParameters
- 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