搜索资源列表
-
1下载:
此包含有遗传算法、粒子群算法、BP算法优化对角递归神经网络的MATLAB程序,This includes genetic algorithms, particle swarm optimization, BP algorithm for diagonal recurrent neural network of the MATLAB program
-
-
2下载:
我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization,
-
-
0下载:
综合的微粒群智能分类算法,考虑了不同的学习因子,可根据不同的数据特点进行选择。-Particle Swarm integrated intelligent classification algorithms, taking into account different learning factor, according to the characteristics of different data selection.
-
-
1下载:
Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems.
The Opt4J framework currently includes a multi-obje
-
-
0下载:
提出一种改进的粒子群优化算法———基于全局劣汰策略的混合粒子群优化算法(GTPSO) 。GTPSO在
保持PSO算法快速收敛的基础上,以郭涛算法(GuoA)的寻优机制确保种群的多样性和算法的坚韧性。数值计
算结果表明,对于高维(维数≥10)复杂非凸多峰函数的数值优化问题, GTPSO算法的计算结果均优于GuoA算
法和粒子群优化算法。-An improved particle swarm optimization algorithm--- poor overall survival
-
-
0下载:
用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm
Evolutionary Algorithm package implemented using Java.
The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
-
-
0下载:
最新SD期刊上关于改进型PSO算法,我是通过学校内部数据库在SD下载的哦!包括《A dynamic inertia weight particle swarm optimization algorithm》、《Adaptive Particle Swarm Optimization》、《Cyber Swarm Algorithms – Improving particle swarm optimization using adaptive memory strategies》。这三篇都是比较有研
-
-
0下载:
粒子群优化算法与神经网络算法结合的一种混合算法,采用c语言实现-Particle swarm optimization algorithm and neural network algorithms for a hybrid algorithm, using c language implementation
-
-
0下载:
matlab重要的学习资料 初学者的好帮手 程序代码非常重要,遗传算法与粒子群算法比较-matlab important information for beginners to learn a good helper program code is very important, genetic algorithms and particle swarm algorithm is relatively
-
-
0下载:
粒子群算法的研究 希望与大家共同进步 粒子群是一种新型的算法 与传统的遗传算法有一些不同-Particle swarm optimization research is to progress together with you is a new particle swarm algorithm and traditional genetic algorithms have a number of different
-
-
0下载:
粒子群尋優演算法,方便初學者學習,也可以讓初學者了解到許多,不同的演算法-Particle swarm optimization algorithm, convenient for beginners to learn, so beginners can learn many different algorithms
-
-
0下载:
遗传算法和粒子群算法程序有C语言和matlab的-Genetic algorithms and particle swarm optimization procedures of the C language and matlab
-
-
0下载:
介绍了利用遗传算法,优化稀布阵列的阵元的排布-Introduced the use of genetic algorithms and particle swarm optimization, optimization thinned array element array arranged
-
-
0下载:
模拟退火(SA)、遗传算法(GA)、粒子群优化(PSO)解决旅行商问题(TSP)实验
本文件包括源码,实验说明文档,实验总结PPT
Have a happy experiment!-Simulated annealing (SA), genetic algorithms (GA), particle swarm optimization (PSO) to solve the traveling salesman problem (TSP) experiment of this docum
-
-
0下载:
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究。
PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。
同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练
-
-
0下载:
离散微粒群优化算法解决流水线调度问题。包含多个有名算法:NEH,局部搜索算法等。-Discrete Particle Swarm Optimization algorithm to solve assembly line scheduling problem. Contains several well-known algorithms: NEH, local search algorithm.
-
-
0下载:
PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优-PSO algorithm is an evolutionary algorithm, and genetic algorithm is similar, it is starting from a random solu
-
-
0下载:
自己整理的一些优化算法,比较全面,包括粒子群,蜂群-His finishing some optimization algorithm, is quite comprehensive, including particle swarm, colony, and so on
-
-
0下载:
压缩文件内是一本有关群体智能算法的中文专著,文中详细介绍了粒子群优化算法的原理,并用案例对其进行了详细讲解。-The compressed file is a monograph on swarm intelligence algorithms Chinese paper describes in detail the principle of the particle swarm optimization algorithm, and a case be explained in detail
-
-
0下载:
粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO-Particle swarm optimization (PSO), also known as particle swarm optimization (PSO) or PSO (Particle Swarm Optimization)
-