Comment on Dynamic Progamming: First PrinciplesparentComments−throwaway76458yYea, I'm not familiar with Dynamic Programming, but it sounds different. I'm talking about garden variety optimization problems (minimize or maximize something).−gicadin8yDynamic Programming is one of the most common tools when doing optimization.Generally, shortest path algorithms rely on dynamic programming for a reasonable solution. Examples of include the Traveling Salesman.
Comments
Yea, I'm not familiar with Dynamic Programming, but it sounds different. I'm talking about garden variety optimization problems (minimize or maximize something).
Dynamic Programming is one of the most common tools when doing optimization.
Generally, shortest path algorithms rely on dynamic programming for a reasonable solution. Examples of include the Traveling Salesman.