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