Sequential convex optimization vs Projected gradient descent

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite
1












$$textbf1) Projected Gradient Descent $$
$$min_x space f(x), text subject to x∈C $$



$$y_k+1=x_k−t_k∇f(x_k)$$
$$x_k+1=operatorname*argmin_x∈C‖y_k+1−x‖$$



$$textbf 2) Sequential convex programming$$
Constructs a sequence of convex optimization problems locally, and solves them to obtain a locally optimal solution.



What are the primary disadvantages and advantages of both? I know that generally interior point methods, which is commonly used in SQP are second-order methods. Does this affect the quality and speed of the solution in comparison?







share|cite|improve this question

























    up vote
    0
    down vote

    favorite
    1












    $$textbf1) Projected Gradient Descent $$
    $$min_x space f(x), text subject to x∈C $$



    $$y_k+1=x_k−t_k∇f(x_k)$$
    $$x_k+1=operatorname*argmin_x∈C‖y_k+1−x‖$$



    $$textbf 2) Sequential convex programming$$
    Constructs a sequence of convex optimization problems locally, and solves them to obtain a locally optimal solution.



    What are the primary disadvantages and advantages of both? I know that generally interior point methods, which is commonly used in SQP are second-order methods. Does this affect the quality and speed of the solution in comparison?







    share|cite|improve this question























      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      $$textbf1) Projected Gradient Descent $$
      $$min_x space f(x), text subject to x∈C $$



      $$y_k+1=x_k−t_k∇f(x_k)$$
      $$x_k+1=operatorname*argmin_x∈C‖y_k+1−x‖$$



      $$textbf 2) Sequential convex programming$$
      Constructs a sequence of convex optimization problems locally, and solves them to obtain a locally optimal solution.



      What are the primary disadvantages and advantages of both? I know that generally interior point methods, which is commonly used in SQP are second-order methods. Does this affect the quality and speed of the solution in comparison?







      share|cite|improve this question













      $$textbf1) Projected Gradient Descent $$
      $$min_x space f(x), text subject to x∈C $$



      $$y_k+1=x_k−t_k∇f(x_k)$$
      $$x_k+1=operatorname*argmin_x∈C‖y_k+1−x‖$$



      $$textbf 2) Sequential convex programming$$
      Constructs a sequence of convex optimization problems locally, and solves them to obtain a locally optimal solution.



      What are the primary disadvantages and advantages of both? I know that generally interior point methods, which is commonly used in SQP are second-order methods. Does this affect the quality and speed of the solution in comparison?









      share|cite|improve this question












      share|cite|improve this question




      share|cite|improve this question








      edited Jul 17 at 12:40









      Community♦

      1




      1









      asked Jul 17 at 12:01









      Sridhar Thiagarajan

      132214




      132214

























          active

          oldest

          votes











          Your Answer




          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "69"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2854426%2fsequential-convex-optimization-vs-projected-gradient-descent%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2854426%2fsequential-convex-optimization-vs-projected-gradient-descent%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?