二维动态规划方法的matlab实现及其应用
MATLAB Realization of Two-dimensional Dynamic Programming and Its Application
-
摘要: 文章运用matlab语言给出了二维动态规划逆序算法的程序,并且通过两个数值实例验证了该程序的有效性,同时也表明了该程序对动态规划问题具有一定的通用性.Abstract: This article realized the reverse algorithm of two-dimensional dynamic programming by using the matlab language.By calculating two numerical experiments,we indicated that this reverse algorithm is effective and that it is general to many typical application of dynamic programming.This algorithm program provides an effective tool to the solution of a variety of dynamic programming problems.