|
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.GeneralGreaterThanConstraints
public class GeneralGreaterThanConstraints
This is the collection of greater-than-or-equal-to constraints for an optimization problem.
| Constructor Summary | |
|---|---|
GeneralGreaterThanConstraints(java.util.Collection<RealScalarFunction> constraints)
Construct an instance of greater-than-or-equal-to inequality constraints from a collection of real-valued functions. |
|
GeneralGreaterThanConstraints(RealScalarFunction... constraints)
Construct an instance of greater-than-or-equal-to inequality constraints from an array of real-valued functions. |
|
| Method Summary | |
|---|---|
GeneralLessThanConstraints |
toLessThanConstraints()
Convert the greater-than or equal-to constraints to less-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 GeneralGreaterThanConstraints(java.util.Collection<RealScalarFunction> constraints)
constraints - the greater-than-or-equal-to inequality constraintspublic GeneralGreaterThanConstraints(RealScalarFunction... constraints)
constraints - the greater-than-or-equal-to inequality constraints| Method Detail |
|---|
public GeneralLessThanConstraints toLessThanConstraints()
GreaterThanConstraints
toLessThanConstraints in interface GreaterThanConstraints
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||