Is dynamic programming suitable for a specific optimization problem?
$begingroup$
Let $c,,mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots$ be a sequence of positive real numbers.
Let $Nin{1,,2,,3,ldots}$ and let $tin{0,,1,,2,ldots}$, with $N$ and $t$ fixed.
For all $jin{1,ldots,,N}$ and $tin{0,,1,,2,ldots,}$, let $q_j^{(t)}=p_j^{(t)}cdot(1-p_j^{(t-1)})cdot(1-p_j^{(t-2)})cdotldotscdot(1-p_j^{(0)})$, with $p_j^{(k)}in(0,,1)$ and $p_j^{(k)}$ is a function of $mathcal{P}_k$, for all $kin{0,,1,,2,ldots,,t}$.
For all $tin{0,,1,,2,ldots}$ and with $deltain(0,,1]$ known, let
$$f(mathcal{P}_0,,mathcal{P}_1,ldots,,mathcal{P}_t)=left{prod_{j=1}^{N}(1-q_j^{(t)})right}cdotleft{delta^0cdot(mathcal{P}_0-c)cdotsum_{j=1}^{N}q_j^{(0)}+cdots+delta^tcdot(mathcal{P}_t-c)cdotsum_{j=1}^{N}q_j^{(t)}right}$$
Problem: Determine the values of $mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots$ that maximize
$$F(mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots)=sum_{t=0}^{+infty}f(mathcal{P}_0,,mathcal{P}_1,ldots,,mathcal{P}_t),$$
subject to $mathcal{P}_t>c$, for all $tin{0,,1,,2,ldots}$.
To solve this optimization problem, I am trying to use dynamic programming. However, I do not know whether I can apply dynamic programming in this optimization problem. I was wondering if you could tell me whether I can use this technique and how I can do that, please. After knowing that, I can write the respective program in ${tt R}$-software.
If you have any question, please let me know.
Thank you very much for your help and suggestions.
optimization convex-optimization nonlinear-optimization numerical-optimization optimal-control
$endgroup$
add a comment |
$begingroup$
Let $c,,mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots$ be a sequence of positive real numbers.
Let $Nin{1,,2,,3,ldots}$ and let $tin{0,,1,,2,ldots}$, with $N$ and $t$ fixed.
For all $jin{1,ldots,,N}$ and $tin{0,,1,,2,ldots,}$, let $q_j^{(t)}=p_j^{(t)}cdot(1-p_j^{(t-1)})cdot(1-p_j^{(t-2)})cdotldotscdot(1-p_j^{(0)})$, with $p_j^{(k)}in(0,,1)$ and $p_j^{(k)}$ is a function of $mathcal{P}_k$, for all $kin{0,,1,,2,ldots,,t}$.
For all $tin{0,,1,,2,ldots}$ and with $deltain(0,,1]$ known, let
$$f(mathcal{P}_0,,mathcal{P}_1,ldots,,mathcal{P}_t)=left{prod_{j=1}^{N}(1-q_j^{(t)})right}cdotleft{delta^0cdot(mathcal{P}_0-c)cdotsum_{j=1}^{N}q_j^{(0)}+cdots+delta^tcdot(mathcal{P}_t-c)cdotsum_{j=1}^{N}q_j^{(t)}right}$$
Problem: Determine the values of $mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots$ that maximize
$$F(mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots)=sum_{t=0}^{+infty}f(mathcal{P}_0,,mathcal{P}_1,ldots,,mathcal{P}_t),$$
subject to $mathcal{P}_t>c$, for all $tin{0,,1,,2,ldots}$.
To solve this optimization problem, I am trying to use dynamic programming. However, I do not know whether I can apply dynamic programming in this optimization problem. I was wondering if you could tell me whether I can use this technique and how I can do that, please. After knowing that, I can write the respective program in ${tt R}$-software.
If you have any question, please let me know.
Thank you very much for your help and suggestions.
optimization convex-optimization nonlinear-optimization numerical-optimization optimal-control
$endgroup$
add a comment |
$begingroup$
Let $c,,mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots$ be a sequence of positive real numbers.
Let $Nin{1,,2,,3,ldots}$ and let $tin{0,,1,,2,ldots}$, with $N$ and $t$ fixed.
For all $jin{1,ldots,,N}$ and $tin{0,,1,,2,ldots,}$, let $q_j^{(t)}=p_j^{(t)}cdot(1-p_j^{(t-1)})cdot(1-p_j^{(t-2)})cdotldotscdot(1-p_j^{(0)})$, with $p_j^{(k)}in(0,,1)$ and $p_j^{(k)}$ is a function of $mathcal{P}_k$, for all $kin{0,,1,,2,ldots,,t}$.
For all $tin{0,,1,,2,ldots}$ and with $deltain(0,,1]$ known, let
$$f(mathcal{P}_0,,mathcal{P}_1,ldots,,mathcal{P}_t)=left{prod_{j=1}^{N}(1-q_j^{(t)})right}cdotleft{delta^0cdot(mathcal{P}_0-c)cdotsum_{j=1}^{N}q_j^{(0)}+cdots+delta^tcdot(mathcal{P}_t-c)cdotsum_{j=1}^{N}q_j^{(t)}right}$$
Problem: Determine the values of $mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots$ that maximize
$$F(mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots)=sum_{t=0}^{+infty}f(mathcal{P}_0,,mathcal{P}_1,ldots,,mathcal{P}_t),$$
subject to $mathcal{P}_t>c$, for all $tin{0,,1,,2,ldots}$.
To solve this optimization problem, I am trying to use dynamic programming. However, I do not know whether I can apply dynamic programming in this optimization problem. I was wondering if you could tell me whether I can use this technique and how I can do that, please. After knowing that, I can write the respective program in ${tt R}$-software.
If you have any question, please let me know.
Thank you very much for your help and suggestions.
optimization convex-optimization nonlinear-optimization numerical-optimization optimal-control
$endgroup$
Let $c,,mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots$ be a sequence of positive real numbers.
Let $Nin{1,,2,,3,ldots}$ and let $tin{0,,1,,2,ldots}$, with $N$ and $t$ fixed.
For all $jin{1,ldots,,N}$ and $tin{0,,1,,2,ldots,}$, let $q_j^{(t)}=p_j^{(t)}cdot(1-p_j^{(t-1)})cdot(1-p_j^{(t-2)})cdotldotscdot(1-p_j^{(0)})$, with $p_j^{(k)}in(0,,1)$ and $p_j^{(k)}$ is a function of $mathcal{P}_k$, for all $kin{0,,1,,2,ldots,,t}$.
For all $tin{0,,1,,2,ldots}$ and with $deltain(0,,1]$ known, let
$$f(mathcal{P}_0,,mathcal{P}_1,ldots,,mathcal{P}_t)=left{prod_{j=1}^{N}(1-q_j^{(t)})right}cdotleft{delta^0cdot(mathcal{P}_0-c)cdotsum_{j=1}^{N}q_j^{(0)}+cdots+delta^tcdot(mathcal{P}_t-c)cdotsum_{j=1}^{N}q_j^{(t)}right}$$
Problem: Determine the values of $mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots$ that maximize
$$F(mathcal{P}_0,,mathcal{P}_1,,mathcal{P}_2,ldots)=sum_{t=0}^{+infty}f(mathcal{P}_0,,mathcal{P}_1,ldots,,mathcal{P}_t),$$
subject to $mathcal{P}_t>c$, for all $tin{0,,1,,2,ldots}$.
To solve this optimization problem, I am trying to use dynamic programming. However, I do not know whether I can apply dynamic programming in this optimization problem. I was wondering if you could tell me whether I can use this technique and how I can do that, please. After knowing that, I can write the respective program in ${tt R}$-software.
If you have any question, please let me know.
Thank you very much for your help and suggestions.
optimization convex-optimization nonlinear-optimization numerical-optimization optimal-control
optimization convex-optimization nonlinear-optimization numerical-optimization optimal-control
asked Dec 6 '18 at 16:19
Student1981Student1981
164
164
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%2f3028700%2fis-dynamic-programming-suitable-for-a-specific-optimization-problem%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%2f3028700%2fis-dynamic-programming-suitable-for-a-specific-optimization-problem%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