搜索资源列表
PSO
- 很实用的群优化智能算法,计算粒子群算法的源代码,所需优化的目标函数命名为fitness即可。-a partical swarm algorithm
IDE-pso
- 改进的差分进化算法优化粒子群优化算法的混合智能优化算法的源程序-Improved differential evolution algorithm to optimize the hybrid particle swarm optimization intelligent optimization algorithm source code! ! ! !
1
- 智能优化算法作为新兴的搜索算法,一般是指利用自然界的生物系统与优化过程的某些相似性而逐步发展起来的优化算法,如遗传算法、粒子群算法、蚁群算法等,它们通过对搜索空间中的一组解按概率规则操作得到下一组解。 人工鱼群算法源于对鱼群运动行为的研究,是一种新型的智能仿生优化算法。它具有较强的鲁棒性、优良的分布式计算机制、易于和其它方法结合等优点。目前对该算法的研究、应用已经渗透到多个应用领域,并由解决一维静态优化问题发展到解决多维动态组合优化问题。 -As an emerging intell
Ant-Colony-Algorithm
- 目前智能算法越来越受到人们的关注,如神经网络、遗传算法、蚁群算法、粒子群算法等,蚁群算法是受自然界中蚂蚁搜索食物行为启发而提出的一种智能优化算法。-Currently more and more intelligent algorithm attention, such as neural networks, genetic algorithms, ant colony algorithm, particle swarm algorithm, ant colony algorithm is af
pso
- 粒子群优化算法(Particle Swarm optimization,PSO)又翻译为粒子群算法、微粒群算法、或微粒群优化算法。是通过模拟鸟群觅食行为而发展起来的一种基于群体协作的随机搜索算法。通常认为它是群集智能 (Swarm intelligence, SI) 的一种。它可以被纳入多主体优化系统(Multiagent Optimization System, MAOS).粒子群优化算法是由Eberhart博士和kennedy博士发明。-PSO (Particle Swarm optimiz
raypso
- 灰色理论优化粒子群优化算法,构建出的一种新的混合智能优化算法-Gray theory optimization PSO, build a new hybrid intelligent optimization algorithms. . . .
PSO
- PSO粒子群优化算法,是一种新型的智能优化算法,基于鸟群的捕食行为的研究。-PSO (particle swarm optimization algorithm, is a new kind of intelligent optimization algorithm, based on the behavior of birds of prey.
intelligent-optimization-algorithms
- 几种最新智能优化算法的改进与应用的源代码,包括人工蚁群、遗传算法优化神经网络-Several of the latest intelligent optimization algorithm improvement and application source code, including artificial ant colony, genetic algorithm optimization of neural networks, etc.
粒子群优化算法
- 几种常见的智能算法代码示例,如clsPSO算法的MATLAB代码(PSO algorithm in intelligent algorithms MATLAB code)
果蠅最佳化演算法_簡體版
- 果蝇算法优化,是一种新型的群智能优化算法,比粒子群算法,遗传算法等效率要高很多(Drosophila melanogaster algorithm)
text_ALO
- ant lion优化算法,16年提出是群智能优化算法,希望研究算法的朋友可以自己学习(ant lion algorithm is proposed in 2016 year,you can learn it by down load)
粒子群算法(pso)的matlab工具箱[matlab]
- 离子群工具箱,优化问题,是一种 智能算法(PSOIon group toolbox, optimization problem, is an intelligent algorithm)
KH
- 作为一种新型元启发式群智能优化算法,磷虾群优化算法是对磷虾群对于生化 进程和环境演变响应行为的模拟。(As a new meta heuristic optimization algorithm, krill swarm optimization algorithm is a simulation of krill for biochemical process and environmental evolution response behavior.)
★标准粒子群优化算法
- 标准的粒子群智能优化算法源程序,赶紧拿走吧!(particle swarm optimization)
BSA
- matlab 优化算法 鸟群算法 2015年最新的群智能优化算法。(matlab Bird Swarm Algorithm)
改进的群搜索优化算法_景书杰
- 群搜索优化算法在matla中的实现,群集智能算法( Swarm Intelligence Algorithm)是 近 年出现的一类新的智能优化算法。 与其它基于随机搜 索的优化算法一样,具有易实现、 适用范围广的特点。(preindex=index; prebestmember=bestmember; fvalue = eval(strcat(fname ,'(population)')); [fbestval,index] = min(fvalue); bestmember
混合遗传蚁群HGIACA
- 智能优化方法--混合遗传蚁群算法,结合了蚁群算法和遗传算法(Intelligent optimization method, hybrid genetic ant colony algorithm, combines ant colony algorithm and genetic algorithm.)
标准粒子群算法的程序
- 本程序给出了群体智能优化算法中的标准粒子群的优化算法(This program gives the optimization algorithm of standard particle swarm optimization in swarm intelligence optimization 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
CEC 2017
- 测试函数:主要用于测试智能优化算法,如遗传算法、粒子群算法等的性能(Test function: it is mainly used to test the performance of intelligent optimization algorithms, such as genetic algorithm and particle swarm optimization algorithm)