Convex approximation of the non-convex function Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is the following function convex-$cap$?Is there any method that convert a non-convex problem to a convex one?is the Superellipse function convex or not?Gradient descent with box constraints and possible non-convex function.What is the solution of this convex optimization problem?positive constant divided by a concave function, how to convexify this constraint?Interesting Global Minimum of a Non-convex FunctionChange of variable (convex optimization)Non-convex Constraint Satisfaction problemIs it possible to “solve” iterative (convex/non-convex) optimization problems via learning (one-shot)?

What causes the direction of lightning flashes?

Can a new player join a group only when a new campaign starts?

Is there any way for the UK Prime Minister to make a motion directly dependent on Government confidence?

Can a party unilaterally change candidates in preparation for a General election?

How does the math work when buying airline miles?

Fantasy story; one type of magic grows in power with use, but the more powerful they are, they more they are drawn to travel to their source

Can an alien society believe that their star system is the universe?

How to Make a Beautiful Stacked 3D Plot

What is the meaning of the new sigil in Game of Thrones Season 8 intro?

If a VARCHAR(MAX) column is included in an index, is the entire value always stored in the index page(s)?

How to compare two different files line by line in unix?

What do you call the main part of a joke?

Is it a good idea to use CNN to classify 1D signal?

Using audio cues to encourage good posture

How do I find out the mythology and history of my Fortress?

How come Sam didn't become Lord of Horn Hill?

Would "destroying" Wurmcoil Engine prevent its tokens from being created?

When a candle burns, why does the top of wick glow if bottom of flame is hottest?

Is there a kind of relay only consumes power when switching?

Do square wave exist?

また usage in a dictionary

Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?

Does classifying an integer as a discrete log require it be part of a multiplicative group?

Do jazz musicians improvise on the parent scale in addition to the chord-scales?



Convex approximation of the non-convex function



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is the following function convex-$cap$?Is there any method that convert a non-convex problem to a convex one?is the Superellipse function convex or not?Gradient descent with box constraints and possible non-convex function.What is the solution of this convex optimization problem?positive constant divided by a concave function, how to convexify this constraint?Interesting Global Minimum of a Non-convex FunctionChange of variable (convex optimization)Non-convex Constraint Satisfaction problemIs it possible to “solve” iterative (convex/non-convex) optimization problems via learning (one-shot)?










0












$begingroup$


I have the following constraint for the optimization problem in hand:



$$fracb_klog_2 left(1 + fracp_k alpha_ksum_j neq k p_j alpha_j + sum_n sum_l Xi_n,l,k 2^-2 v_n,l right) + 2 fracsum_n sum_l v_n,l C_F leq epsilon$$



where the variables are $v_n,l$, $p_k$, $p_j, ; j neq k$. The constants are $alpha_k$, $alpha_j$, $b_k$, $C_F$, $Xi_n,l,k$.



The constraint is non-convex in $v_n,l, p_k, p_j, ; j neq k$. I am looking solve the problem with sucessive convex approximation approach.



I need some suggestion on feasibilty of the problem in terms of it if its possible to have a convex approximation for the above constraint and or suggest some method to solve it.










share|cite|improve this question











$endgroup$







  • 2




    $begingroup$
    Any particular reason for manually deriving convex approximations and then using an iterative approach, instead of simply using a general purpose nonlinear solver which effectively does this for you, but with added general tricks and knowledge to handle nonlinear programs.
    $endgroup$
    – Johan Löfberg
    Mar 27 at 8:55










  • $begingroup$
    @JohanLöfberg My idea was to solve the problem with respect to both $v_n,l$ and $p_k$ and formulate and SCA problem. I am not sure if it can be solved using non-linear solvers. I dont have experience with nonlinear solver and that's why I am not sure feasibility of the problem.
    $endgroup$
    – Chandan Pradhan
    Mar 27 at 10:32






  • 3




    $begingroup$
    Nonlinear solvers solve, well, nonlinear problems. Your problem is nonlinear. Most often when people start messing abour with homemade sequential convex approximations etc, they are simply reinventing the wheel, or bad approximations of a very standard wheel. Start with a standard nonlinear solver and see where it gets you. If that isn't good enough, try developing your own heuristics.
    $endgroup$
    – Johan Löfberg
    Mar 27 at 16:15















0












$begingroup$


I have the following constraint for the optimization problem in hand:



$$fracb_klog_2 left(1 + fracp_k alpha_ksum_j neq k p_j alpha_j + sum_n sum_l Xi_n,l,k 2^-2 v_n,l right) + 2 fracsum_n sum_l v_n,l C_F leq epsilon$$



where the variables are $v_n,l$, $p_k$, $p_j, ; j neq k$. The constants are $alpha_k$, $alpha_j$, $b_k$, $C_F$, $Xi_n,l,k$.



The constraint is non-convex in $v_n,l, p_k, p_j, ; j neq k$. I am looking solve the problem with sucessive convex approximation approach.



I need some suggestion on feasibilty of the problem in terms of it if its possible to have a convex approximation for the above constraint and or suggest some method to solve it.










share|cite|improve this question











$endgroup$







  • 2




    $begingroup$
    Any particular reason for manually deriving convex approximations and then using an iterative approach, instead of simply using a general purpose nonlinear solver which effectively does this for you, but with added general tricks and knowledge to handle nonlinear programs.
    $endgroup$
    – Johan Löfberg
    Mar 27 at 8:55










  • $begingroup$
    @JohanLöfberg My idea was to solve the problem with respect to both $v_n,l$ and $p_k$ and formulate and SCA problem. I am not sure if it can be solved using non-linear solvers. I dont have experience with nonlinear solver and that's why I am not sure feasibility of the problem.
    $endgroup$
    – Chandan Pradhan
    Mar 27 at 10:32






  • 3




    $begingroup$
    Nonlinear solvers solve, well, nonlinear problems. Your problem is nonlinear. Most often when people start messing abour with homemade sequential convex approximations etc, they are simply reinventing the wheel, or bad approximations of a very standard wheel. Start with a standard nonlinear solver and see where it gets you. If that isn't good enough, try developing your own heuristics.
    $endgroup$
    – Johan Löfberg
    Mar 27 at 16:15













0












0








0





$begingroup$


I have the following constraint for the optimization problem in hand:



$$fracb_klog_2 left(1 + fracp_k alpha_ksum_j neq k p_j alpha_j + sum_n sum_l Xi_n,l,k 2^-2 v_n,l right) + 2 fracsum_n sum_l v_n,l C_F leq epsilon$$



where the variables are $v_n,l$, $p_k$, $p_j, ; j neq k$. The constants are $alpha_k$, $alpha_j$, $b_k$, $C_F$, $Xi_n,l,k$.



The constraint is non-convex in $v_n,l, p_k, p_j, ; j neq k$. I am looking solve the problem with sucessive convex approximation approach.



I need some suggestion on feasibilty of the problem in terms of it if its possible to have a convex approximation for the above constraint and or suggest some method to solve it.










share|cite|improve this question











$endgroup$




I have the following constraint for the optimization problem in hand:



$$fracb_klog_2 left(1 + fracp_k alpha_ksum_j neq k p_j alpha_j + sum_n sum_l Xi_n,l,k 2^-2 v_n,l right) + 2 fracsum_n sum_l v_n,l C_F leq epsilon$$



where the variables are $v_n,l$, $p_k$, $p_j, ; j neq k$. The constants are $alpha_k$, $alpha_j$, $b_k$, $C_F$, $Xi_n,l,k$.



The constraint is non-convex in $v_n,l, p_k, p_j, ; j neq k$. I am looking solve the problem with sucessive convex approximation approach.



I need some suggestion on feasibilty of the problem in terms of it if its possible to have a convex approximation for the above constraint and or suggest some method to solve it.







optimization nonlinear-optimization non-convex-optimization






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 27 at 20:57









Javi

3,17021132




3,17021132










asked Mar 27 at 6:41









Chandan PradhanChandan Pradhan

353




353







  • 2




    $begingroup$
    Any particular reason for manually deriving convex approximations and then using an iterative approach, instead of simply using a general purpose nonlinear solver which effectively does this for you, but with added general tricks and knowledge to handle nonlinear programs.
    $endgroup$
    – Johan Löfberg
    Mar 27 at 8:55










  • $begingroup$
    @JohanLöfberg My idea was to solve the problem with respect to both $v_n,l$ and $p_k$ and formulate and SCA problem. I am not sure if it can be solved using non-linear solvers. I dont have experience with nonlinear solver and that's why I am not sure feasibility of the problem.
    $endgroup$
    – Chandan Pradhan
    Mar 27 at 10:32






  • 3




    $begingroup$
    Nonlinear solvers solve, well, nonlinear problems. Your problem is nonlinear. Most often when people start messing abour with homemade sequential convex approximations etc, they are simply reinventing the wheel, or bad approximations of a very standard wheel. Start with a standard nonlinear solver and see where it gets you. If that isn't good enough, try developing your own heuristics.
    $endgroup$
    – Johan Löfberg
    Mar 27 at 16:15












  • 2




    $begingroup$
    Any particular reason for manually deriving convex approximations and then using an iterative approach, instead of simply using a general purpose nonlinear solver which effectively does this for you, but with added general tricks and knowledge to handle nonlinear programs.
    $endgroup$
    – Johan Löfberg
    Mar 27 at 8:55










  • $begingroup$
    @JohanLöfberg My idea was to solve the problem with respect to both $v_n,l$ and $p_k$ and formulate and SCA problem. I am not sure if it can be solved using non-linear solvers. I dont have experience with nonlinear solver and that's why I am not sure feasibility of the problem.
    $endgroup$
    – Chandan Pradhan
    Mar 27 at 10:32






  • 3




    $begingroup$
    Nonlinear solvers solve, well, nonlinear problems. Your problem is nonlinear. Most often when people start messing abour with homemade sequential convex approximations etc, they are simply reinventing the wheel, or bad approximations of a very standard wheel. Start with a standard nonlinear solver and see where it gets you. If that isn't good enough, try developing your own heuristics.
    $endgroup$
    – Johan Löfberg
    Mar 27 at 16:15







2




2




$begingroup$
Any particular reason for manually deriving convex approximations and then using an iterative approach, instead of simply using a general purpose nonlinear solver which effectively does this for you, but with added general tricks and knowledge to handle nonlinear programs.
$endgroup$
– Johan Löfberg
Mar 27 at 8:55




$begingroup$
Any particular reason for manually deriving convex approximations and then using an iterative approach, instead of simply using a general purpose nonlinear solver which effectively does this for you, but with added general tricks and knowledge to handle nonlinear programs.
$endgroup$
– Johan Löfberg
Mar 27 at 8:55












$begingroup$
@JohanLöfberg My idea was to solve the problem with respect to both $v_n,l$ and $p_k$ and formulate and SCA problem. I am not sure if it can be solved using non-linear solvers. I dont have experience with nonlinear solver and that's why I am not sure feasibility of the problem.
$endgroup$
– Chandan Pradhan
Mar 27 at 10:32




$begingroup$
@JohanLöfberg My idea was to solve the problem with respect to both $v_n,l$ and $p_k$ and formulate and SCA problem. I am not sure if it can be solved using non-linear solvers. I dont have experience with nonlinear solver and that's why I am not sure feasibility of the problem.
$endgroup$
– Chandan Pradhan
Mar 27 at 10:32




3




3




$begingroup$
Nonlinear solvers solve, well, nonlinear problems. Your problem is nonlinear. Most often when people start messing abour with homemade sequential convex approximations etc, they are simply reinventing the wheel, or bad approximations of a very standard wheel. Start with a standard nonlinear solver and see where it gets you. If that isn't good enough, try developing your own heuristics.
$endgroup$
– Johan Löfberg
Mar 27 at 16:15




$begingroup$
Nonlinear solvers solve, well, nonlinear problems. Your problem is nonlinear. Most often when people start messing abour with homemade sequential convex approximations etc, they are simply reinventing the wheel, or bad approximations of a very standard wheel. Start with a standard nonlinear solver and see where it gets you. If that isn't good enough, try developing your own heuristics.
$endgroup$
– Johan Löfberg
Mar 27 at 16:15










0






active

oldest

votes












Your Answer








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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
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%2f3164168%2fconvex-approximation-of-the-non-convex-function%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3164168%2fconvex-approximation-of-the-non-convex-function%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

Urgehal History Discography Band members References External links Navigation menu"Mediateket: Urgehal""Interview with Enzifer of Urgehal, 2007""Urgehal - Interview"Urgehal"Urgehal Frontman Trondr Nefas Dies at 35"Urgehal9042691cb161873230(data)0000 0001 0669 4224no2016126817ee6ccef6-e558-44b6-b059-dbbb5b913b24145036459145036459