Interface ConstrainedOptimSubProblem

  • All Superinterfaces:
    ConstrainedOptimProblem, OptimProblem

    public interface ConstrainedOptimSubProblem
    extends ConstrainedOptimProblem
    A constrained optimization sub-problem takes this form. \[ \min_x f(x) \] s.t.,
    
     {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.
    • Method Detail

      • fixing

        Map<Integer,​Double> fixing()
        Gets the restrictions or fixed values;
        Returns:
        the fixed values and their indices