搜索资源列表
20041121125751
- SHA算法,一个安全散列算法,通过把数据变成相应的消息摘要,根据迭代值,进行四次循环运算而产生的消息摘要.-SHA algorithm, a secure hash algorithm, the data into corresponding news summary, according to the value iteration, for the fourth cycle of operation and the news sum
MDPtoolbox
- The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Process : finite horizon, value iteration, policy iteration, linear programming algorithms with some variants. The function
查值迭代
- 数值分析 查值 迭代 我把一些方法分别做成了库文件-value iteration I investigated some of the methods were causing libraries
查值迭代
- 数值分析 查值 迭代 我把一些方法分别做成了库文件-value iteration I investigated some of the methods were causing libraries
20041121125751
- SHA算法,一个安全散列算法,通过把数据变成相应的消息摘要,根据迭代值,进行四次循环运算而产生的消息摘要.-SHA algorithm, a secure hash algorithm, the data into corresponding news summary, according to the value iteration, for the fourth cycle of operation and the news sum
Gauss_Seidel_iterative
- 迭代法是解线性代数方程组的另一类方法,特别适用于解大型稀疏线性方程组。它的基本思想是针对求解问题预先设计好某种迭代格式,从而产生求解问题的近似解迭代序列,在迭代序列收敛于精确解的情况下,按精度要求取某个迭代值作为问题解的近似值。迭代法具有原始系数举证始终不变,算法简单,编写程序较方便,所需存储单元较少的优点。-iterative method was the linear algebraic equations of the other
MDPtoolbox
- The MDP toolbox proposes functions related to the resolution of discrete-time Markov Decision Process : finite horizon, value iteration, policy iteration, linear programming algorithms with some variants. The function
FTF
- 该程序是用MATLAB编写的自适应信号处理中的FTF算法.该算法用四个 滤波器来实现对权值的更新-The program is prepared to use MATLAB Adaptive Signal Processing FTF algorithm. The algorithm uses four filters to realize the value of the right to update
shilianglianghuafenlei
- 提出一种利用最小交叉熵优化方法的矢量量化分类算法, 将矢量的分类问题转化为最小失真函数估计问题,通过关联随机迭代算法逼近最优值,以更好的减小量化误差。-A minimum cross-entropy optimization of the use of methods of classification of vector quantization algorithm, the classification of the vector
ValueItr
- This implementation of Value Iteration learning algorith which is based on dynamic programming
MDPtoolbox
- 马尔科夫决策过程值迭代算法value iteration,策略迭代等函数代码,从国外网站下载,非常详细,有用。-Markov decision process value iteration algorithm value iteration, policy iteration and so the function code, from the foreign website, very detailed and useful.
10.1.1.72.9217
- 采用对策略空间随机取点的方法对该POMDP问题进行求解-Perseus: Randomized Point-based Value Iteration for POMDPs
LMS
- 使用matlab实现最小均方算法,画出了权值迭代图和搜索过程图。-Realized least mean-square algorithm(LMS)by using matlab, drawed the right value iteration figure and search process maps.
iteration
- 各种迭代法 迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法(或者称为一次解法),即一次性解决问题。-Iterative method of iterative method, also known as removed, is a constant with the value of the variable' s old value of the new recursive process
Newton-iteration-method
- 给定初值和容许误差,使用牛顿法求解方程的通用程序-Given initial value and allow the error, the use of Newton method is used to solve the equations of general program
Gauss---Seidel-iteration
- 使用高斯-赛德尔迭代求解方程组的值,是我数值分析课的作业,只能求解有唯一解情况-The value of using the Gauss- Seidel iteration for solving equations, numerical analysis homework assignment has a unique solution can only solve the
667777777766
- 模式识别的作业源代码,包括了c均值算法(Cmeans)和自主值迭代算法(ISODATA),以及W-H固定增量算法和感知器(基于MFC实现)。-Operating source code for pattern recognition, including c-means algorithm (Cmeans) and self-value iteration algorithm (on ISODATA), and WH fixed inc
MDP-model-of-MPNP
- 在matlab平台上,针对多周期报童问题,采用值迭代算法、策略迭代算法和强化学习算法求解MDP模型的实例-This is an example presentting how to apply value-iteration algorithm,policy-iteration algorithm and reinforcement learning algorithm to MDP model, which aims to solve
MDP_vi.py
- reinforcement learning value iteration algorithm
Dynamic-Programming-master
- 经典的基于策略迭代和值迭代法的动态规划matlab代码,实现机器人的最优运输(The classic dynamic programming matlab code based on policy iteration and value iteration method realizes the optimal transportation of the robot.)