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)?
$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.
optimization nonlinear-optimization non-convex-optimization
$endgroup$
add a comment |
$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.
optimization nonlinear-optimization non-convex-optimization
$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
add a comment |
$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.
optimization nonlinear-optimization non-convex-optimization
$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
optimization nonlinear-optimization non-convex-optimization
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
add a comment |
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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