DCSRCHRun Method

Definition

Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	double F,
	double G,
	ref double STP,
	double FTOL,
	double GTOL,
	double XTOL,
	double STPMIN,
	double STPMAX,
	ref BFGSTask TASK,
	ref int[] ISAVE,
	int offset_isave,
	ref double[] DSAVE,
	int offset_dsave
)

Parameters

F  Double
 
G  Double
 
STP  Double
 
FTOL  Double
 
GTOL  Double
 
XTOL  Double
 
STPMIN  Double
 
STPMAX  Double
 
TASK  BFGSTask
 
ISAVE  Int32
 
offset_isave  Int32
 
DSAVE  Double
 
offset_dsave  Int32
 

See Also