Category Archives: Dynamic Programming

Deterministic Dynamic Programming Course Note 9

Course 9: Deterministic dynamic programming Author: OptimizationCity Group Introduction Dynamic programming is a type of mathematical technique that is able to divide large and complex problems into smaller and simpler problems and by solving each of them, obtain the optimal solution to the main problem. This method, in fact, is used for a series of […]