ObjectiveFunction Constructor

Definition

Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public ObjectiveFunction(
	Func<double[], double> func1,
	Func<double[], double[]> deriv1,
	double eps,
	int nvars
)

Parameters

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

See Also