Package com.imsl.math
Interface MinConNonlin.Function
- All Known Subinterfaces:
MinConNonlin.Gradient
- Enclosing class:
- MinConNonlin
public static interface MinConNonlin.Function
Deprecated.
Public interface for the user supplied function to the
MinConNonlin object.-
Method Summary
Modifier and TypeMethodDescriptiondoublef(int mTotalConstraints, int mEqualityConstraints, double[] x, boolean[] active, double[] g) Deprecated.Returns the value of the function at the given point.
-
Method Details
-
f
double f(int mTotalConstraints, int mEqualityConstraints, double[] x, boolean[] active, double[] g) Deprecated.Returns the value of the function at the given point.- Parameters:
mTotalConstraints- an inputintvalue specifying the total number of constraints.mEqualityConstraints- an inputintvalue specyfying the number of equality constraintsx- an inputdoublearray, the point at which the function is to be evaluatedactive- an inputbooleanarray, specifying the active constraintsg- an outputdoublearray containing the values of the constraints at point x.- Returns:
- a
double, the value of the function at x
-
MinConNonlinhas been replaced byMinConNLP.