Does Mathworks offer any inbuilt support for Dynamic Programming?

59 views (last 30 days)
Are there any documentations, tutorial, inbuilt functions or toolbox for Dynamic Programming (not Reinforcement Learning) ?
Or does any of the toolbox (Optimization Toolbox, Reinforcement Learning Toolbox, Financial Toolbox ) have support for Dynamic Programming?

Accepted Answer

Gouri Chennuru
Gouri Chennuru on 5 Nov 2020
Hi,
You can refer to the below link to get more information about dynamic programming and how it is used. It is clearly divided with respect to category, examples, functions in the link.
Hope this Helps!
  1 Comment
Anshul Paunikar
Anshul Paunikar on 9 Nov 2020
Thanks Gouri, it helps a lot. I was also wondering if there is anything available for Distributed Optimization (ADMM Consensus/Exchange or Distributed MPC).

Sign in to comment.

More Answers (2)

Matt J
Matt J on 5 Nov 2020
You could set up the dynamic program as the shortest path through a graph and use,

Matt J
Matt J on 5 Nov 2020

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!