About 77,600 results
Open links in new tab
  1. Logistic regression - Prove That the Cost Function Is Convex

    Now this is the sum of convex functions of linear (hence, affine) functions in $ (\theta, \theta_0)$. Since the sum of convex functions is a convex function, this problem is a convex optimization. …

  2. Epigraph form of an optimization problem - Mathematics Stack …

    So, the problem in the equivalent epigraph representation is still in a standard convex optimization problem form. Furthermore, for straightforward and meaningful analysis of a problem, also …

  3. What is a convex optimisation problem? Objective function convex ...

    The general point of convex problems is that a local minimum is a global minimum. There are all sorts of relaxations and generalizations (or transformations as in posynomials), but generally …

  4. Please explain the intuition behind the dual problem in optimization.

    In the case of a convex optimization problem, is there any obvious reason to expect that strong duality should (usually) hold? It often happens that the dual of the dual problem is the primal …

  5. Optimization with box constraints - via nonlinear function

    Are there any pitfalls with Approach 2 that I should be aware of? I have a convex optimization solver that seems to work well in my domain, but doesn't support box constraints. So, if there …

  6. optimization - How to solve mixed integer nonlinear programs ...

    For what concerns my math knowledge, I am a PhD Student in Computer Science, so I (should) know intermediate math. Indeed, I know what convex functions are and how to solve a linear …

  7. KKT and Slater's condition - Mathematics Stack Exchange

    For any convex optimization problem with differentiable objective and constraint function, any points that satisfy the KKT conditions are primal and dual optimal and have zero duality gap. …

  8. optimization - Is there any method that convert a non-convex …

    Is there any method that convert a non-convex problem to a convex one? Ask Question Asked 11 years, 6 months ago Modified 11 years, 6 months ago

  9. In convex optimization, must equality constraints be linear or affine?

    Jan 8, 2018 · Having said all this: in practice, we define a convex optimization problem as one having only affine equality constraint functions and convex inequality constraint functions. …

  10. Does KKT works for non-convex problems as well?

    I think one of the KKT points would guarantee optimality only when the strong duality holds (irrespective of the fact whether it's convex or non-convex). This has clarified in Boyd and …