搜索资源列表
最小二乘算法源程序代码
- 用于系统辨识的参数估计的最小二乘算法源程序代码
Levenberg-Marquarat算法
- 阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修*。-
fcm算法
- FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。
最小费用vip
- 常用C 语言 运筹学算法-C-language algorithm tacticians
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
最小换乘
- 利用dijkstra算法编写的公交线路的最小换乘问题的算法-Dijkstra algorithm to use the bus lines to prepare the smallest change Algorithm
最小路径
- 图形学期末作业,最小路径算法,并能改变路径权值,图形界面-end graphics operations, the smallest path algorithm, and the right path to change values, graphics interface
最小二乘法线性拟合
- 最小二乘法线性拟合,数值计算方法中的一种经典算法-Least_squares algorithm linear fitting curves,A kind of classic algorithm of the number calculation
最佳适应算法 信安 陆华锋 20022638
- 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm.
tsp
- TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
MaxMinDis-C
- 最大最小距离算法-C语言开发的,也称判定数归纳算法。-The largest minimum distance algorithm-C language development, also known as algorithms to determine the number of induction.
MaxMinproblem
- 最大最小问题的解决,对于一个简单算法的分析-The maximum and minimum solution to the problem, a simple algorithm for the analysis of
最小二乘法和牛顿迭代
- 最小二乘法和牛顿方法的一些简单资料,对于理解算法有点帮助(i have limit capicaticy for using machine learning,i hope i will impove a lot in the future)
二维最小均方误差TDLMS(主要用于小目标跟踪)
- 二维最小均方误差背景预测算法TDLMS,常用于目标检测,经实测,效果较好(Two dimensional minimum mean square error background prediction algorithm TDLMS, commonly used in target detection, measured, the effect is better)
遗传算法求最大最小值
- 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
多级最小二乘
- 多级最小二乘参数估计算法,能够估计ARX结构的模型的参数(multi-level least square parameter estimation algorithm, suitable for estimating the parameters of an ARX model)
最大最小蚁群算法
- 最大最小蚁群算法,真正的源码,不过不是matlab语言的,可以借鉴一下,如果全是伸手党,当我没传。(mmas The existence of information Volatilization Coefficient in basic ant colony algorithm leads to the gradual loss of pheromones on the path that has never been search
最小二乘法曲线拟合
- 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)
最大最小蚁群算法求解tsp
- 最大最小蚁群算法 求解tsp matlab编程(Tsp matlab programming based on max-min ant colony algorithm)
mmas
- 最大最小蚁群算法MMAS程序matlab版本(MMAS program MATLAB version)