|
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.constraint.general.GeneralConstraints
com.numericalmethod.suanshu.optimization.constrained.constraint.general.GeneralLessThanConstraints
public class GeneralLessThanConstraints
This is the collection of less-than or equal-to constraints for an optimization problem.
| Constructor Summary | |
|---|---|
GeneralLessThanConstraints(java.util.Collection<RealScalarFunction> constraints)
Construct an instance of less-than or equal-to inequality constraints from a collection of real-valued functions. |
|
GeneralLessThanConstraints(RealScalarFunction... constraints)
Construct an instance of less-than or equal-to inequality constraints from an array of real-valued functions. |
|
| Method Summary | |
|---|---|
GeneralGreaterThanConstraints |
toGreaterThanConstraints()
Convert the less-than or equal-to constraints to greater-than or equal-to constraints. |
| Methods inherited from class com.numericalmethod.suanshu.optimization.constrained.constraint.general.GeneralConstraints |
|---|
dimension, getConstraints, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.numericalmethod.suanshu.optimization.constrained.constraint.Constraints |
|---|
dimension, getConstraints, size |
| Constructor Detail |
|---|
public GeneralLessThanConstraints(java.util.Collection<RealScalarFunction> constraints)
constraints - the less-than or equal-to inequality constraintspublic GeneralLessThanConstraints(RealScalarFunction... constraints)
constraints - the less-than or equal-to inequality constraints| Method Detail |
|---|
public GeneralGreaterThanConstraints toGreaterThanConstraints()
LessThanConstraints
toGreaterThanConstraints in interface LessThanConstraints
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||