public interface ConstrainedOptimSubProblem extends ConstrainedOptimProblem
{x_i = v_i}, for some i's, i.e., some values of x are fixed
hi(x) = 0
gi(x) ≤ 0
This representations is simply the union of the original optimization problem
and the fixed values.| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Double> |
fixing()
Gets the restrictions or fixed values;
|
getEqualityConstraints, getLessThanConstraintsdimension, fCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.