Dynamic Programming

Dynamic Programming:

Learning Objective of the Article:

  1. Define and explain the term “dynamic programming”.
  2. In which situation it is used to optimize the the use of resources.

Definition and Explanation of Dynamic Programming:

Dynamic programming is an extension of the basic linear programming technique and involves breaking the problem into a set of smaller problems and then reassembling the results of the analysis. It is best suited for the solution of problems requiring interrelated decisions, i.e., decisions that must be made in sequence and that influence future decisions in the sequence.

The procedure involves partial optimization of a portion of the sequence and then connection of the optimized portion to the next in line until the entire sequence is optimized. Thus, the final result is the sum of the result of the immediate decision plus the optimal result from all future decisions.

Dynamic programming is simple in concept but difficult to apply because of the lack of a clear-cut problem formulation and solution method. Each problem requires unique formulation and solution decisions.

You may also be interested in other articles from “linear programming technique” chapter

  1. Linear Programming-Maximization of Contribution Margin-Graphical Method
  2. Linear Programming-Maximization of Contribution Margin-Simplex Method
  3. Linear Programming-Minimization of Cost-Graphical Method
  4. Linear Programming-Minimization of Cost-Simplex Method
  5. Shadow Prices
  6. Dynamic Programming
  7. Linear Programming Techniques-General Observations
  8. Linear Programming Questions and Answers
  9. Linear Programming Problems, Graphical and Simplex Method

Other Related Accounting Articles:

Recommended Books !



Or

Download E accounting book in MS-word format for just 20 $ - Click here to Download


Leave a Reply

Your email address will not be published. Required fields are marked *