搜索资源列表
A星算法
- 1, 在Main()函数内顶了20个城市结点,用CNode结点存储;以及这20个城市的预估代价值,用整形数组存储。 2, 进入循环中与用户交互执行搜索。首先列出先前定义的城市结点信息如图1,然后询问用户开始搜索的城市,用户输入城市编号,即可。 3,定义搜索类的实例,传入初始数据,,设置搜索起点,开始搜索。由于在关系中定义好了各个城市结点的连接关系,所以一定会搜索到城市B。 4,与用户交互询问,是否重新开始,输入‘Y’转步骤2,输入‘N’退出程序。
AStar
- vc2003实现的A星算法实例,可以编译执行。-A Star vc2003 algorithm realized example of the implementation can be compiled.
script
- 遗传算法实例,可绘图,可计算(Examples of genetic algorithms, drawing, computable)
SM4密码算法
- 详细介绍SM4算法的实现以及含有实例流程图,可以用作检验算法正确与否。(SM4 for Java. It can be used as verification of the programming.)
菜鸟级PID算法学习专用测试程序
- 菜鸟级PID算法学习专用测试程序,很好的PID入门编程实例(Rookie level PID algorithm learning special test procedures, a good example of PID entry programming)
改进人工蜂群算法优化ELM分类模型_赵虎
- 经典的粗糙算法集代码,内有实例。主要用来数据约减,数据分类,优化(Classic rough sets of code, there are examples)
遗传算法例子
- matlab遗传算法的实例,可以作为入门学习的材料(Matlab genetic algorithm examples for learning)
6.聚类和EM算法
- 聚类和EM算法实例,包括线性分类和非线性分类,线性回归和非线性回归(Examples of clustering and EM algorithm include linear classification and nonlinear classification, linear regression and nonlinear regression)
源程序实例
- 遗传算法提供了一种求解复杂系统优化问题的通用框架,它不依赖于问题的具体领域,对问题的种类有很强的鲁棒性。所以,广泛应用于很多学科。(Genetic algorithm (GA) provides a general framework for solving complex system optimization problems. It does not depend on the specific domain of the problem, and has a strong robustn
MATLAB 数学建模
- 各种关于算法的实例以及程序代码,对于初学者来说是个不错的学习资料(Various instances of algorithm and program code, for beginners is a good learning materials)
智能算法
- 数学建模算法,全部为实例和源程序,非常实用,主要由MATLAB编写。(mathematical modeling)
《Matlab遗传算法工具箱及应用》源码
- 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
基于遗传算法的BP算法
- 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
“群体智能算法”Matlab工具箱3.0
- 群体智能算法”Matlab工具箱3.0 集成了八种种群体智能算法:'PPNGA','SFLA','MSFLA','AF-SFLA','PSO','ABC','DEr1','DEb2' % 2、适应度函数开放了一个参数Parmaters,接收本文件Options.Parmaters传递的参数,实例参见m文件F3_Rastrigin.m % 3、本程序设置了三个终止条件,终止条件3是必需的;终止条件1,2是可选的,不需要时隐去代码即可 % 4、在优化参数设置中,小种群设置与大种群设置各有优势
粒子群算法优化PID参数实例1
- 粒子群算法优化PID参数实例+matlab代码学习研究(Optimization of PID parameters by particle swarm optimization)
java实现协同过滤算法
- 一个推荐系统java实现的实例。有需要的各位可以下载参考参考(An example of the implementation of a recommendation system java)
蚁群算法实例
- 旅行商TSP问题蚁群算法在matlab平台的实现(TSP problem Ant Colony Algorithm)
智能优化算法及其matlab实例code
- 遗传算法 粒子群 蚁群等7种算法,可解决求极值问题以及旅行商问题(Genetic algorithm, particle swarm optimization and ant colony algorithm can solve extreme value problem and traveling salesman problem. 7 algorithms are used to solve extreme value problem and traveling salesman probl
RIFT_demo1
- 本代码实现了rift算法对特征点进行匹配(This code implements rift algorithm to match feature points)
粒子群、模拟退火算法
- 粒子群、模拟退火算法实例,对学习了解有用(Particle swarm, simulated annealing algorithm examples, useful for learning)