Hello,
Thank you for read this question. I am trying to understand dynamic programming to find a solution to a optimization problem. I understand optimization through linear programming but it is not enough to solve my problem.
What I would like to know is how dynamic programming deal with the optimization of the process as a whole, I mentioned LP because I can see how LP works (objective and constraints) and maybe DP has similitudes.
Maybe the answer of my question is studying more DP but any advise would be good.
I feel like a loop should be closed like in LP but I do not see the concept or concepts which ensure that.
I’ll apreciate any comment, thank you.