IPOPTSolvereval_ f Method
Definition
Namespace: DWSIM.MathOps.MathEx.Optimization
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
private bool eval_f(
int n,
double[] x,
bool new_x,
ref double obj_value
)VB
Private Function eval_f (
n As Integer,
x As Double(),
new_x As Boolean,
ByRef obj_value As Double
) As Boolean