搜索资源列表
New-WinRAR-ZIP-archive
- Bellman-Ford Shortest Path Algorithm (C) 2004 by Yu Hen Hu find shortest path from a fixed point U to any node V clear all n=input( Total number of nodes = ) echo on starting from a fixed point U, you enter the weight to each
Bellman
- 说明动态规划中维数灾问题,仿真结果非常完整-the dimension disaster of dynamic programming
compute-trnasitional-path
- 高级宏观经济学,计算转移路径,算稳态资本,通过迭代算法算贝尔曼方程,找不动点-transitional path,compute steady-state capital,recursive iteration,value function,bellman equation
Bellman-Equation-for-Recycling-Robot
- Numerically Solving the Bellman Equation for the Recycling Robot By John L. Weatherwax
bell_man_ford
- Bellman-Ford short path algorithm
main
- algo de bellman ford
第04章 动态规划
- 动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。 20 世纪 50 年代初 R. E. Bellman 等人在研究多阶段决策过 程(multistep decision process)的优化问题时,提出了著名的最优性原理(principle of optimality),把多阶段过程转化为一系列单阶段问题,逐个求解,创立了解决这类过程 优化问题的新方法—动态规划。(Dynamic programm
贝尔曼算法
- 路由中寻找路径的bellman算法,具体的MATLAB实现,直接运行即可