|
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.unconstrained.UnconstrainedProblem
com.numericalmethod.suanshu.optimization.constrained.general.ConstrainedProblem
com.numericalmethod.suanshu.optimization.constrained.integer.IntegerConstrainedProblem
public class IntegerConstrainedProblem
| Nested Class Summary | |
|---|---|
static class |
IntegerConstrainedProblem.IntegralConstraint
|
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.optimization.constrained.general.ConstrainedProblem |
|---|
equalities, inequalities |
| Fields inherited from class com.numericalmethod.suanshu.optimization.unconstrained.UnconstrainedProblem |
|---|
f |
| Constructor Summary | |
|---|---|
IntegerConstrainedProblem(RealScalarFunction f,
EqualityConstraints equalities,
InequalityConstraints inequalities,
IntegerConstrainedProblem.IntegralConstraint... integers)
Construct a constrained optimization problem with index constraints. |
|
| Method Summary | |
|---|---|
int[] |
integerIndices()
|
IntegerConstrainedProblem.IntegralConstraint |
integralConstraint(int index)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerConstrainedProblem(RealScalarFunction f,
EqualityConstraints equalities,
InequalityConstraints inequalities,
IntegerConstrainedProblem.IntegralConstraint... integers)
f - the objective function to be minimizedequalities - the set of equality constraints; if the set is empty, use null.inequalities - the set of inequality constraints; if the set is empty, use null.integers - the integral constraints| Method Detail |
|---|
public int[] integerIndices()
public IntegerConstrainedProblem.IntegralConstraint integralConstraint(int index)
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||