|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.optimization.constrained.general.Constraints
com.numericalmethod.suanshu.optimization.constrained.general.InequalityConstraints
public class InequalityConstraints
This class represents the inequality constraints for an optimization problem.
minimize f(x)
x
s.t.,
gi(x) ≤ 0
| Constructor Summary | |
|---|---|
InequalityConstraints(RealScalarFunction... constraints)
Construct a set of inequality constraints for a constrained optimization problem. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.optimization.constrained.general.Constraints |
|---|
addConstraint, constraints, nConstraints |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InequalityConstraints(RealScalarFunction... constraints)
constraints - the inequality constraints
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||