搜索资源列表
-
0下载:
Swarm intelligence algorithms are based on natural
behaviors. Particle swarm optimization (PSO) is a
stochastic search and optimization tool. Changes in the
PSO parameters, namely the inertia weight and the
cognitive and social acceleration c
-
-
1下载:
·程序,通过倒谱的计算能更好的提取
·matlab代码,实现指纹图片的二值化、细化等功能
·一款非常不错的国外图形图像处理软件源代码包,可执行
·s3c2410的中文手册第1.2.3.6.8.
·用VC++实现数字图象的行变换,列变换,小波变换的
·集成了CListBoxCn、CComboBoxCn
·关于linux下Pthread的使用教程,共有3个
·实现多人聊天,一人做服务器,其它人做客户端,主要用
·关于合成孔径雷达信号仿真中匹配滤波
-
-
4下载:
国外有关三维人脸表情识别的文献。IEEE上面的,有兴趣的可以看看。,Automatic Registration of Vertex Correspondences for 3D Facial Expression Analysis.
3D facial expression recognition based on automatically selected features.
3D facial expression recognition with geometrically loc
-
-
0下载:
群体智能,高清版本。国际该领域大牛的作品。对搞智能计算和优化方面的朋友应该是非常有用的。-Swarm Intelligence. To engage in intelligent computing and optimization of a friend should be very useful.
-
-
0下载:
swarm intelligence from natural to artificial systems
-
-
0下载:
Beggining of swarm intelligence. Paper by A. Turing
-
-
0下载:
swarm c code as a assigemnt
-
-
0下载:
很好的原始程序代码,实践群智能的应用研究-Good source code, practice the application of swarm intelligence
-
-
1下载:
子阵划分的群体智能优化算法
遗传算法 利用遗传算法进行子阵划分-Subarray by swarm intelligence optimization algorithm Genetic Algorithm
-
-
0下载:
bee Algorithm :swarm intelligence algorithm-bee Algorithm :swarm intelligence algorithm
-
-
0下载:
粒子群算法的智能优化,PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解-Particle swarm intelligence optimization, PSO algorithm is an evolutionary algorithm, and genetic algorithm similarity, it is also starting from a random solution, find the optimal solution by it
-
-
0下载:
粒子群优化算法(Particle Swarm optimization,PSO)又翻译为粒子群算法、微粒群算法、或微粒群优化算法。是通过模拟鸟群觅食行为而发展起来的一种基于群体协作的随机搜索算法。通常认为它是群集智能 (Swarm intelligence, SI) 的一种。它可以被纳入多主体优化系统(Multiagent Optimization System, MAOS).粒子群优化算法是由Eberhart博士和kennedy博士发明。-PSO (Particle Swarm optimiz
-
-
0下载:
vectorized particle swarm intelligence
-
-
2下载:
PIO算法的matlab程序,用于路径自动规划-Inspired by the above homing behaviors of pigeons, a novel bio-inspired swarm intelligence optimizer which is named PIO has been invented in 2014 . In order to idealize some of the homing characteristics of pigeons, two operat
-
-
0下载:
PSO is originally attributed to Kennedy, Eberhart and Shi[1][2] and was first intended for simulating social behaviour,[3] as a stylized representation of the movement of organisms in a bird flock or fish school. The algorithm was simplified and it w
-
-
0下载:
鸡群算法是一种全新的群智能算法,具有简单,良好的可扩展性,(Chicken swarm algorithm is a new swarm intelligence algorithm with simple and good scalability,)
-
-
0下载:
swarm intelligence algorithm
-
-
0下载:
In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs.
This algorithm is a member of the a
-
-
1下载:
群体智能算法”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、在优化参数设置中,小种群设置与大种群设置各有优势
-
-
1下载:
群搜索优化算法在matla中的实现,群集智能算法(
Swarm Intelligence Algorithm)是
近
年出现的一类新的智能优化算法。
与其它基于随机搜
索的优化算法一样,具有易实现、
适用范围广的特点。(preindex=index;
prebestmember=bestmember;
fvalue = eval(strcat(fname ,'(population)'));
[fbestval,index] = min(fvalue);
bestmember
-