How to minimize $sum_i |a_{i1}|x_1|^2 + a_{i2}x_1overline{x_2} + a_{i3}overline{x_1}x_2 + a_{i4}|x_2|^2 -...
$begingroup$
Consider the following nonlinear minimization problem
begin{align} tag{P1}
min_{x_1, x_2 in mathbb C} sum_{i=1}^m big|a_{i1}|x_1|^2 + a_{i2}x_1overline{x_2} + a_{i3}overline{x_1}x_2 + a_{i4}|x_2|^2 - b_ibig|^2
end{align}
where $a_{i1}, a_{i2}, a_{i3}, a_{i4}, b_i$ are nonzero constants in $mathbb C$, $i=1,ldots,m$.
The first thing that occurred to me was to reformulate it with a change of variables
begin{align} tag{P2}
min_{y_1, y_2, y_3, y_4 in mathbb C} & sum_{i=1}^m left|a_{i1}y_1 + a_{i2}y_2 + a_{i3}y_3 + a_{i4}y_4 - b_iright|^2 \
text{subject to} quad & y_1, y_4 in mathbb R_{geq 0} \
& y_2 = overline{y_3} \
& y_1y_4 = y_2y_3
end{align}
so that the objective function can be written more compactly in matrix form (e.g., $|Ax-b|_2^2$). The equivalence can be established by the result kindly proved by Batominovski
here.
My questions are for example:
- Is there any algorithm which can effectively solve (P1)?
- If there is, is it guaranteed to converge to a global or a local minimum?
- Can (P2) be recast as a convex problem?
- If it cannot, is there any similar (convex) problem which can be considered?
The following attempt concerns the special case $m=1$. In this case (P2) becomes
begin{align} tag{P3}
min_{y_1, y_2, y_3, y_4 in mathbb C} & left|a_1y_1 + a_2y_2 + a_3y_3 + a_4y_4 - bright|^2 \
text{subject to} quad & y_1, y_4 in mathbb R_{geq 0} \
& y_2 = overline{y_3} \
& y_1y_4 = y_2y_3
end{align}
where $a_1, a_2, a_3, a_4, b$ are nonzero constants in $mathbb C$.
The idea is to linearize the bilinear constraint by taking the logarithm.
Assume $y_j neq 0$, let $z_j := ln y_j + ln a_j$, $j=1,ldots,4$. In order to take advantage of the convexity of the log-sum-exp function, consider a similar problem
begin{align} tag{P4}
min_{z_1, z_2, z_3, z_4 in mathbb C} & left|ln(e^{z_1}+e^{z_2}+e^{z_3}+e^{z_4}) - ln bright|^2 \
text{subject to} quad & z_1 - ln a_1 in mathbb R, y_4 - ln a_4 in mathbb R \
& z_2 - overline{z_3} = ln a_2 - ln overline{a_3} \
& z_1 - z_2 - z_3 + z_4 = ln a_1 - ln a_2 - ln a_3 + ln a_4
end{align}
The rationale is to take the logarithm of both sides of $b approx a_1y_1 + a_2y_2 + a_3y_3 + a_4y_4$. Obviously, this trick cannot be applied to the general case due to the varying $a$'s. Despite the extra assumption, I am also uncomfortable about $ln$ being multivalued in $mathbb C$.
nonlinear-optimization nonlinear-system several-complex-variables
$endgroup$
add a comment |
$begingroup$
Consider the following nonlinear minimization problem
begin{align} tag{P1}
min_{x_1, x_2 in mathbb C} sum_{i=1}^m big|a_{i1}|x_1|^2 + a_{i2}x_1overline{x_2} + a_{i3}overline{x_1}x_2 + a_{i4}|x_2|^2 - b_ibig|^2
end{align}
where $a_{i1}, a_{i2}, a_{i3}, a_{i4}, b_i$ are nonzero constants in $mathbb C$, $i=1,ldots,m$.
The first thing that occurred to me was to reformulate it with a change of variables
begin{align} tag{P2}
min_{y_1, y_2, y_3, y_4 in mathbb C} & sum_{i=1}^m left|a_{i1}y_1 + a_{i2}y_2 + a_{i3}y_3 + a_{i4}y_4 - b_iright|^2 \
text{subject to} quad & y_1, y_4 in mathbb R_{geq 0} \
& y_2 = overline{y_3} \
& y_1y_4 = y_2y_3
end{align}
so that the objective function can be written more compactly in matrix form (e.g., $|Ax-b|_2^2$). The equivalence can be established by the result kindly proved by Batominovski
here.
My questions are for example:
- Is there any algorithm which can effectively solve (P1)?
- If there is, is it guaranteed to converge to a global or a local minimum?
- Can (P2) be recast as a convex problem?
- If it cannot, is there any similar (convex) problem which can be considered?
The following attempt concerns the special case $m=1$. In this case (P2) becomes
begin{align} tag{P3}
min_{y_1, y_2, y_3, y_4 in mathbb C} & left|a_1y_1 + a_2y_2 + a_3y_3 + a_4y_4 - bright|^2 \
text{subject to} quad & y_1, y_4 in mathbb R_{geq 0} \
& y_2 = overline{y_3} \
& y_1y_4 = y_2y_3
end{align}
where $a_1, a_2, a_3, a_4, b$ are nonzero constants in $mathbb C$.
The idea is to linearize the bilinear constraint by taking the logarithm.
Assume $y_j neq 0$, let $z_j := ln y_j + ln a_j$, $j=1,ldots,4$. In order to take advantage of the convexity of the log-sum-exp function, consider a similar problem
begin{align} tag{P4}
min_{z_1, z_2, z_3, z_4 in mathbb C} & left|ln(e^{z_1}+e^{z_2}+e^{z_3}+e^{z_4}) - ln bright|^2 \
text{subject to} quad & z_1 - ln a_1 in mathbb R, y_4 - ln a_4 in mathbb R \
& z_2 - overline{z_3} = ln a_2 - ln overline{a_3} \
& z_1 - z_2 - z_3 + z_4 = ln a_1 - ln a_2 - ln a_3 + ln a_4
end{align}
The rationale is to take the logarithm of both sides of $b approx a_1y_1 + a_2y_2 + a_3y_3 + a_4y_4$. Obviously, this trick cannot be applied to the general case due to the varying $a$'s. Despite the extra assumption, I am also uncomfortable about $ln$ being multivalued in $mathbb C$.
nonlinear-optimization nonlinear-system several-complex-variables
$endgroup$
add a comment |
$begingroup$
Consider the following nonlinear minimization problem
begin{align} tag{P1}
min_{x_1, x_2 in mathbb C} sum_{i=1}^m big|a_{i1}|x_1|^2 + a_{i2}x_1overline{x_2} + a_{i3}overline{x_1}x_2 + a_{i4}|x_2|^2 - b_ibig|^2
end{align}
where $a_{i1}, a_{i2}, a_{i3}, a_{i4}, b_i$ are nonzero constants in $mathbb C$, $i=1,ldots,m$.
The first thing that occurred to me was to reformulate it with a change of variables
begin{align} tag{P2}
min_{y_1, y_2, y_3, y_4 in mathbb C} & sum_{i=1}^m left|a_{i1}y_1 + a_{i2}y_2 + a_{i3}y_3 + a_{i4}y_4 - b_iright|^2 \
text{subject to} quad & y_1, y_4 in mathbb R_{geq 0} \
& y_2 = overline{y_3} \
& y_1y_4 = y_2y_3
end{align}
so that the objective function can be written more compactly in matrix form (e.g., $|Ax-b|_2^2$). The equivalence can be established by the result kindly proved by Batominovski
here.
My questions are for example:
- Is there any algorithm which can effectively solve (P1)?
- If there is, is it guaranteed to converge to a global or a local minimum?
- Can (P2) be recast as a convex problem?
- If it cannot, is there any similar (convex) problem which can be considered?
The following attempt concerns the special case $m=1$. In this case (P2) becomes
begin{align} tag{P3}
min_{y_1, y_2, y_3, y_4 in mathbb C} & left|a_1y_1 + a_2y_2 + a_3y_3 + a_4y_4 - bright|^2 \
text{subject to} quad & y_1, y_4 in mathbb R_{geq 0} \
& y_2 = overline{y_3} \
& y_1y_4 = y_2y_3
end{align}
where $a_1, a_2, a_3, a_4, b$ are nonzero constants in $mathbb C$.
The idea is to linearize the bilinear constraint by taking the logarithm.
Assume $y_j neq 0$, let $z_j := ln y_j + ln a_j$, $j=1,ldots,4$. In order to take advantage of the convexity of the log-sum-exp function, consider a similar problem
begin{align} tag{P4}
min_{z_1, z_2, z_3, z_4 in mathbb C} & left|ln(e^{z_1}+e^{z_2}+e^{z_3}+e^{z_4}) - ln bright|^2 \
text{subject to} quad & z_1 - ln a_1 in mathbb R, y_4 - ln a_4 in mathbb R \
& z_2 - overline{z_3} = ln a_2 - ln overline{a_3} \
& z_1 - z_2 - z_3 + z_4 = ln a_1 - ln a_2 - ln a_3 + ln a_4
end{align}
The rationale is to take the logarithm of both sides of $b approx a_1y_1 + a_2y_2 + a_3y_3 + a_4y_4$. Obviously, this trick cannot be applied to the general case due to the varying $a$'s. Despite the extra assumption, I am also uncomfortable about $ln$ being multivalued in $mathbb C$.
nonlinear-optimization nonlinear-system several-complex-variables
$endgroup$
Consider the following nonlinear minimization problem
begin{align} tag{P1}
min_{x_1, x_2 in mathbb C} sum_{i=1}^m big|a_{i1}|x_1|^2 + a_{i2}x_1overline{x_2} + a_{i3}overline{x_1}x_2 + a_{i4}|x_2|^2 - b_ibig|^2
end{align}
where $a_{i1}, a_{i2}, a_{i3}, a_{i4}, b_i$ are nonzero constants in $mathbb C$, $i=1,ldots,m$.
The first thing that occurred to me was to reformulate it with a change of variables
begin{align} tag{P2}
min_{y_1, y_2, y_3, y_4 in mathbb C} & sum_{i=1}^m left|a_{i1}y_1 + a_{i2}y_2 + a_{i3}y_3 + a_{i4}y_4 - b_iright|^2 \
text{subject to} quad & y_1, y_4 in mathbb R_{geq 0} \
& y_2 = overline{y_3} \
& y_1y_4 = y_2y_3
end{align}
so that the objective function can be written more compactly in matrix form (e.g., $|Ax-b|_2^2$). The equivalence can be established by the result kindly proved by Batominovski
here.
My questions are for example:
- Is there any algorithm which can effectively solve (P1)?
- If there is, is it guaranteed to converge to a global or a local minimum?
- Can (P2) be recast as a convex problem?
- If it cannot, is there any similar (convex) problem which can be considered?
The following attempt concerns the special case $m=1$. In this case (P2) becomes
begin{align} tag{P3}
min_{y_1, y_2, y_3, y_4 in mathbb C} & left|a_1y_1 + a_2y_2 + a_3y_3 + a_4y_4 - bright|^2 \
text{subject to} quad & y_1, y_4 in mathbb R_{geq 0} \
& y_2 = overline{y_3} \
& y_1y_4 = y_2y_3
end{align}
where $a_1, a_2, a_3, a_4, b$ are nonzero constants in $mathbb C$.
The idea is to linearize the bilinear constraint by taking the logarithm.
Assume $y_j neq 0$, let $z_j := ln y_j + ln a_j$, $j=1,ldots,4$. In order to take advantage of the convexity of the log-sum-exp function, consider a similar problem
begin{align} tag{P4}
min_{z_1, z_2, z_3, z_4 in mathbb C} & left|ln(e^{z_1}+e^{z_2}+e^{z_3}+e^{z_4}) - ln bright|^2 \
text{subject to} quad & z_1 - ln a_1 in mathbb R, y_4 - ln a_4 in mathbb R \
& z_2 - overline{z_3} = ln a_2 - ln overline{a_3} \
& z_1 - z_2 - z_3 + z_4 = ln a_1 - ln a_2 - ln a_3 + ln a_4
end{align}
The rationale is to take the logarithm of both sides of $b approx a_1y_1 + a_2y_2 + a_3y_3 + a_4y_4$. Obviously, this trick cannot be applied to the general case due to the varying $a$'s. Despite the extra assumption, I am also uncomfortable about $ln$ being multivalued in $mathbb C$.
nonlinear-optimization nonlinear-system several-complex-variables
nonlinear-optimization nonlinear-system several-complex-variables
edited Jan 8 at 21:05
B. Groeger
asked Jan 8 at 20:33
B. GroegerB. Groeger
205
205
add a comment |
add a comment |
0
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',
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%2f3066679%2fhow-to-minimize-sum-i-a-i1x-12-a-i2x-1-overlinex-2-a-i3-overli%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%2f3066679%2fhow-to-minimize-sum-i-a-i1x-12-a-i2x-1-overlinex-2-a-i3-overli%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