Click or drag to resize

ObjectiveFunction Constructor


Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public ObjectiveFunction(
	Func<double[], double> func1,
	Func<double[], double[]> deriv1,
	double eps,
	int nvars
)
Request Example View Source

Parameters

func1  FuncDouble, Double
 
deriv1  FuncDouble, Double
 
eps  Double
 
nvars  Int32
 
See Also