Welcome![Sign In][Sign Up]
Location:
Search - Dynprog

Search list

[Mathimatics-Numerical algorithmsdynprog

Description: dynamic programming 源代码
Platform: | Size: 1016 | Author: qi kang | Hits:

[Other resourceDynprog

Description: 动态规划算法的顺序(前向求最小值)算法的matlab实现以及一个算例,还有一篇参考pdf文献,适合初学者,有我个人的一点注释
Platform: | Size: 153895 | Author: 杨红芳 | Hits:

[Mathimatics-Numerical algorithmsDYNPROG

Description: 该程序为动态规划得图论求解程序 好不好用了就知道
Platform: | Size: 1808 | Author: 王云 | Hits:

[Mathimatics-Numerical algorithmsdynprog

Description: dynamic programming 源代码-dynamic programming source code
Platform: | Size: 1024 | Author: qi kang | Hits:

[matlabDynprog

Description: 动态规划算法的顺序(前向求最小值)算法的matlab实现以及一个算例,还有一篇参考pdf文献,适合初学者,有我个人的一点注释-Dynamic programming algorithm for the sequence (prior to seeking the minimum value) algorithm matlab to achieve, as well as a numerical example, there is a reference pdf document, suitable for beginners, there are my personal notes that
Platform: | Size: 153600 | Author: 杨红芳 | Hits:

[Mathimatics-Numerical algorithmsDYNPROG

Description: 该程序为动态规划得图论求解程序 好不好用了就知道 -The procedure for the dynamic programming procedure for solving a graph theory better use of the know
Platform: | Size: 2048 | Author: 王云 | Hits:

[Mathimatics-Numerical algorithmsDYNPROG

Description: 动态规划方法是求解最优解的一种方法。用动态规划方法求解矩阵相乘。-Solving the dynamic programming method is a method of the optimal solution. Method using dynamic programming matrices.
Platform: | Size: 1024 | Author: workfuture | Hits:

[Mathimatics-Numerical algorithmsdynprog

Description: 本程序适用于解决动态规划问题,实现最小化性能指标函数。-This procedure applies dynamic programming to solve problems, achieve the minimum performance index function.
Platform: | Size: 1024 | Author: 陈雪 | Hits:

[AI-NN-PRdynprog

Description: 动态规划算法matlab源程序,m文件,从工具箱中调用。 -Dynamic programming algorithm matlab source, m file, from the toolbox call.
Platform: | Size: 2048 | Author: jiajt | Hits:

[matlabDYNPROG

Description: 在优化问题中,利用弗洛伊德算法求任意两点的最短路径-In optimization problem, the use of Freud algorithm arbitrary points of the shortest path
Platform: | Size: 2048 | Author: 陈诚 | Hits:

[matlabMATLAB.DYNPROG

Description: 动态规划逆序算法的MATLAB程序上传资料-The dynamic programming algorithm of MATLAB program was
Platform: | Size: 2048 | Author: 王东 | Hits:

[matlabdynprog

Description: 完整的逆序动态规划程序,含详细注释,最优策略的完整输出-Complete reverse dynamic planning process, with detailed notes
Platform: | Size: 1024 | Author: 吴迪 | Hits:

[matlabDYNPROG

Description: 我用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 for the dynamic programming algorithm. Can be implemented immediately.
Platform: | Size: 2048 | Author: 张的的 | Hits:

[matlabexample2

Description: 调用动态规划程序dynprog.m解决生产问题的举例及计算结果-Called dynamic planning process dynprog.m solve production problems and computations example
Platform: | Size: 2048 | Author: 明明 | Hits:

[matlabDYNPROG

Description: 自由始端和终端的动态规划,求指标函数最小值的逆序算法递归 计算程序。x是状态变量,一列代表一个阶段状态;M-函数 DecisFun(k,x)由阶段k的状态变量x求出相应的允许决策变量 M-函数ObjFun(k,x,u)是阶段指标函数,M-函数TransFun(k,x,u) 是状态转移函数,其中x是阶段k的某状态变量,u是相应的决策变量; 输出p_opt由4列构成,p_opt=[序号组 最优策略组 最优轨线组 指标函数值组];fval是一个列向量,各元素分别表示p_opt各 最优策略组对应始端状态x的最优函数值; -The beginning and end of the free dynamic programming, find the minimum index function recursive algorithm for computing the reverse procedure. x is the state variable, a represents a phase state M-function DecisFun (k, x) from the stage of the state variable x k of the corresponding enable decision variables determined M-function ObjFun (k, x, u) is the phase index function , M-function TransFun (k, x, u) is the state transition function, where x is the phase of a state variable k, u is the corresponding decision variables output p_opt constituted by a 4, p_opt = [NO group optimal strategy group optimal trajectory group indicator function value group] fval is a column vector, each element represent p_opt optimal strategy group corresponds to the beginning of each end state x optimal function value
Platform: | Size: 2048 | Author: mengxi | Hits:

[Otherdynprog

Description: 动态规划的小程序作为例子,为简单的主程序计算-Dynamic Programming applet as an example, a simple calculation of the main program
Platform: | Size: 1024 | Author: qinbo | Hits:

[matlabdynprog

Description: MATLAB动态规划源代码,经过自己多个例子测试,完全没有问题,可以直接调用-MATLAB dynamic programming source code, through their own testing several examples, there is no problem, you can directly call
Platform: | Size: 1024 | Author: 杨婷婷 | Hits:

[OtherDiscrete-Optimization

Description: 离散优化 *enum - 枚举法 *monte - 蒙特卡洛法 *lpint (BranchBound)- 线性整数规划 *L01p_e - 0-1整数规划枚举法 *L01p_ie - 0-1整数规划隐枚举法 *bnb18 - 非线性整数规划(在MATLAB5.3使用) *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用) *mintreek - 最小生成树kruskal算法 *minroute - 最短路dijkstra算法 *krusk - 最小生成树kruskal算法mex程序 *dijkstra - 最短路dijkstra算法mex程序 *dynprog - 动态规划- Discrete optimization * enum- enumeration method * monte- Monte Carlo method * lpint (BranchBound)- integer linear programming * L01p_e- 0-1 integer programming enumeration method * L01p_ie- 0-1 integer programming hidden enumeration method * bnb18- Nonlinear Integer Programming (used in MATLAB5.3) * bnbgui- nonlinear integer programming graphical tool (used in MATLAB5.3) * mintreek- kruskal minimum spanning tree algorithm * minroute- Shortest dijkstra algorithm * krusk- kruskal minimum spanning tree algorithm mex program * dijkstra- the shortest path algorithm mex program dijkstra * dynprog- Dynamic Programming
Platform: | Size: 32768 | Author: lxc | Hits:

[matlabdynprog

Description: Matlab动态规划求解,有具体的案例分析和实例数据,并附有相应的解释语句-Matlab dynamic Solver, specific case studies and examples of data, together with the corresponding interpretation statements
Platform: | Size: 2048 | Author: summer | Hits:

[matlabdynprog1.m

Description: 动态规划matlab程序,适用于只有一个状态变量的情况(dynamic programming matlab program that applies only to one state variable.)
Platform: | Size: 1024 | Author: 禾三儿 | Hits:
« 12 »

CodeBus www.codebus.net