搜索资源列表
MATLAB
- 可行点标记求最佳匹配算法的MATLAB 程序代码 求最小费用最大流算法的MATLAB 程序代码 匈牙利算法的MATLAB 程序代码 遗传算法解决TSP问题的Matlab程序 遗传算法解决非线性规划问题的Matlab程序
GAforTSP
- 遗传算法求解TSP问题,采用轮盘赌选择方法,部分匹配交叉算子,交换变异设计.
yichuansuanfajiejuemoshipipei
- 遗传算法做图像的模式匹配,绝对经典,有源码看,有执行文件可以执行,下面有个执行环境的文件请先安装。
GA—MP稀疏分解算法
- 基于遗传算法和匹配追踪算法的稀疏分解算法
SURFACESMATCHINGALGORITHMBASEDONGENETICALGORITHMAN
- 针对基于最小二乘法的ICP 曲面匹配算法难以处理待比较曲面的局部大变形问题, 提出一种改进算 法。即采用遗传算法确定曲面初始相对位置以保证匹配优化结果为全局最优值, 利用ICP 算法匹配结果构造 偏差阈值, 以此阈值过滤点群后再以最小二乘法进行匹配处理, 消除局部大变形影响, 获得合理的变换矩阵。以此变换矩阵变换初始点群再进行误差计算, 从而获得理想的匹配结果-Least square method based on the ICP surface matching algorithm
psoyouhuannyj
- 基于粒子群优化的神经网络训练算法研究论文 摘 要: 本文提出了基于连接结构优化的粒子群优化算法(SPSO) 用于神经网络训练,该算法在训练神经网络权 值的同时优化其连接结构,删除冗余连接,使神经网络获得与模式分类问题匹配的信息处理能力. 经SPSO 训练的神经 网络应用于Iris ,Ionosphere 以及Breast cancer 模式分类问题,能够部分消除冗余分类参数及冗余连接结构对分类性能 的影响. 与BP 算法及遗传算法比较,该算法在提高分类误差精度的同时可加快训
MCMProjects
- 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
MP_GA.m
- 基于遗传算法和匹配追踪的信号分解程序和MATLAB仿真-Matching based on genetic algorithms and procedures to track the signal decomposition and MATLAB simulation
nonideal-iris-recognition
- 一篇有关使用水平集方法分割虹膜之后用遗传算法提取虹膜特征值并使用不对称的SVMs来进行匹配的虹膜识别算法的文章-A level set method for the use of the genetic algorithm after the split iris iris feature extraction and use of asymmetric SVMs value to match the iris recognition algorithms article
1884425program
- 图像处理 计算基于hausdorff距离和遗传算法的图像匹配(只有旋转和平移)-Hausdorff distance calculation is based on image processing and genetic algorithms image matching (only rotation and translation)
rsu
- 改进遗传算法的正交匹配追踪信号重建方法Improved genetic algorithm based on orthogonal matching pursuit signal reconstruction-Improved genetic algorithm based on orthogonal matching pursuit signal reconstruction
genetic-algorithms
- 使用遗传算法实现简单的图像匹配,有基本的自适应遗传算法,以及标准的遗传算法-Simple genetic algorithm using image matching, a basic adaptive genetic algorithm, and the standard genetic algorithm
kecheng2011
- 课程设计要求 0 实验一 基于模板匹配的字符识别 1 实验二 基于C均值算法的车辆检测与跟踪 3 实验三 水果分类系统设计 5 实验四 基于遗传算法的图像歪斜校准 6 实验五 基于BP网络的函数逼近 9 实验六 空调模糊控制系统设计 -Curriculum design requires 0 Experimental one based on template matching character recognition 1 C-means algorithm
MyView
- 自己写的混合遗传算法模板匹配程序,实现功能良好-temple match
example
- 铁路机车模具套用匹配遗传算法,主要用于求解铁路机车磨具套用,文件包含主程序-Apply matching locomotives mold genetic algorithm, mainly for solving railway locomotives abrasive apply, the file contains the main program
Feature-selection-
- 基于基因遗传算法的特征选择程序 高喊制图功能,直接给出匹配耦合-Feature selection based on GA in Matlab
pipeijuzi
- 使用遗传算法些的一个小程序,旨在匹配句子(A small program using genetic algorithms to match sentences and verify the advantages of genetic algorithms)
chapter1 谢菲尔德大学的matlab遗传算法工具箱
- 谢菲尔德大学matlab遗传算法工具箱用高级语言编写,可以看见算法的源代码,与此匹配先进的数据分析、可视化工具。(The Matlab genetic algorithm toolbox at the University of Sheffield is written in a high-level language. You can see the source code of the algorithm and match this with advanced data analysis
二维矩形条带装箱问题的底部左齐择优匹配算法
- 针对二维矩形条带装箱问题提出了一种启发式布局算法,即底部左齐择优匹配算法(lowest—level left align bestfit,简称LLABF).LLABF算法遵循最佳匹配优先原则,该原则综合考虑完全匹配优先、宽度匹配优先、高度匹配优先、组合宽度匹配优先及可装入优先等启发式规则.与BL(bottom-left),IBL(improved-bottom-left)与BLF(bottom—left-fill)等启发算法不同的是,LLABF能够在矩形装入过程中自动选择与可装区域匹配的下一个待
基于遗传算法的汽车动力传动系参数多目标优化
- 利用遗传算法对汽车的动力传动系进行优化,以实现汽车发动机和传动系统的最佳匹配,达到充分发挥汽车性能的目的。(The genetic algorithm is used to optimize the driveline of the automobile, so as to achieve the best match between the engine and the driveline and give full play to the performance of the automob