Dynamic programming
Users: 1 - Average Rating: 5.00
Dynamic programming is breaking down a problem into smaller sub-problems, solving each sub-problem and storing the solutions to each of these sub-problems in an array (or similar data structure) so each sub-problem is only calculated once.
It is both a mathematical optimisation method and a computer programming method.
It is both a mathematical optimisation method and a computer programming method.
Language/Environments:
Optimization
Target Group:
Basic
Cite as:
Dimitri P. Bertsekas, Dynamic Programming and Optimal Control, Athena Scientific (2005)
Author of the review:
Ivo Nowak
HAW Hamburg
You have to login to leave a comment. If you are not registered click here
Eligius Hendrix