搜索资源列表
动态规划算法
- 动态规划算法
444
- 采用动态规划方法实现的目标分配,后面有MATLAB代码-Solving Weapon Target Assignment Problem with Dynamic Programming
DYNPROG
- 我用MATLAB编的程序,存为txt文档格式,方便大家查看。这是我们组在学校国际赛选拔赛时编的程序,用于实现动态规划算法。可立即执行。-I compiled the program using MATLAB, save txt file format, we facilitate viewing. This is our group in the school when the series of international competitions qualifying procedures
matlabsuanfa
- 这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
dynamic
- 本代码为动态规划算法。寻找一条最佳路径,并找出相对应的节点。-The code for the dynamic programming algorithm.
matlab123
- 这是一篇关于用MATLAB实现动态规划顺序算法的一个论文性质的文章-This is an article on using MATLAB in order to achieve dynamic programming algorithm is the nature of a paper article
optimalcontrol
- 本文件包含两个文件,第一实现了系统的最优化,第二实现了动态规划-This file contains two files, first to achieve the system optimization, and the second achieved a dynamic programming
MATLAB
- 优化问题分类:(非)线性规划、整数规划、0-1 规划、(多)目标规划、(与时间有关的)动态规划、(系数是随机变量的)随机规划。 -Optimization problem categories: (non-) linear programming, integer programming ,0-1 plan, (multiple) goal programming, (and time-related) dynamic programming, (coefficient is a random
matlabdynamicprogramming
- 动态规划的matlab程序,参看胡良剑等编《数学实验--使用MATLAB》P180,所举的例子,希望对初学者有用-matlab dynamic programming
dynamicprogramming
- 本文介绍了动态规划的基本思想和基本步骤,通过实例研究了利用动态规划设计算法的具体途径,讨论了动态规划的一些实现技巧,并将动态规划和其他一些算法作了比较,最后还简单介绍了动态规划的数学理论基础和当前最新的研究成果。-This article describes the basic idea of dynamic programming and the basic steps, through the case study design algorithm using dynamic progra
course_soft
- 施肥量与产量关系;动态规划模型求解程序示例; 模型求解的Matlab程序(穷举法) mcm 1997 B题 截断切割;1996B洗衣机节水模型,参数与数据初始化等-Relationship between fertilization rate and yield dynamic programming model program examples of the model solution Matlab program (exhaustive method) Mcm 199
dynprog
- 完整的逆序动态规划程序,含详细注释,最优策略的完整输出-Complete reverse dynamic planning process, with detailed notes
动态规划(MATLAB+LINGO源码)
- 动态规划(MATLAB+LINGO源码)(Dynamic planning(MATLAB + LINGO source))
第04章 动态规划
- 动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。 20 世纪 50 年代初 R. E. Bellman 等人在研究多阶段决策过 程(multistep decision process)的优化问题时,提出了著名的最优性原理(principle of optimality),把多阶段过程转化为一系列单阶段问题,逐个求解,创立了解决这类过程 优化问题的新方法—动态规划。(Dynamic programm
第04章 动态规划
- 对动态规划算法进行由浅入深的介绍,且附有算法示例(The introduction of the dynamic programming algorithm from shallow to deep, with an algorithm example)
第04章 动态规划
- 解决动态规划的建模问题,可以较好的处理优化问题,并提供相关的实例及源程序(Solving the modeling problem of dynamic programming can better handle the optimization problems, and provide related examples and source programs.)
动态规划问题
- 动态规划的实现,其中包含几个子文件,有一个背包算法的代码模块(Implementation of dynamic programming)
动态规划DP
- matlab编程实现动态规划算法,适合初学者使用(Matlab programming dynamic programming algorithm, suitable for beginners to use)
动态规划算法举例
- 动态规划问世以来,在经济管理、生产调度、工程技术和最优控制等方面得到了广泛的应用。例如最短路线、库存管理、资源分配、设备更新、排序、装载等问题,用动态规划方法比用其它方法求解更为方便。(Since the advent of dynamic programming, it has been widely used in economic management, production scheduling, engineering technology and optimal control. F
随机动态规划matlab程序
- 求解随机动态规划的MATLAB程序,有需要的请下载(Solving stochastic dynamic programming)