MinConNonlin has been replaced by MinConNLP.public static interface MinConNonlin.Function
MinConNonlin object.| Modifier and Type | Method and Description |
|---|---|
double |
f(int mTotalConstraints,
int mEqualityConstraints,
double[] x,
boolean[] active,
double[] g)
Deprecated.
Returns the value of the function at the given point.
|
double f(int mTotalConstraints,
int mEqualityConstraints,
double[] x,
boolean[] active,
double[] g)
mTotalConstraints - an input int value specifying the total
number of constraints.mEqualityConstraints - an input int value specyfying the number
of equality constraintsx - an input double array, the point
at which the function is to be evaluatedactive - an input boolean array, specifying the active
constraintsg - an output double array containing the
values of the constraints at point x.double, the value of the function at xCopyright © 2020 Rogue Wave Software. All rights reserved.