搜索资源列表
333
- 摘 要:在分析人工鱼群算法存在不足的基础上,对人工鱼群算法加以改进,提出了一种改进型人工鱼群算 法。该算法提高了全局搜索能力和收敛速度,并用于求解具有变量边界约束的非线性复杂函数最优化问题。 仿真结果表明,改进后的人工鱼群算法具有精度高、搜索速度快等特点,是一种求解复杂函数全局最优化的智 能算法
fishB2.rar
- 一个人工鱼开源程序。适用于人工鱼群算法等的研究,有详细的英文注释,是研究人工生命,人工智能的有用参考资料。 A open source code of artificial fish. It is helpful to research on artificial swarm algorithm, and it's also useful to study artificial life and artificial intellegence.
rengongyuqun
- 人工鱼群算法,是一种优化进化算法。本文件算法码可测试通过。-Artificial fish school algorithm, is an evolutionary optimization algorithm. This document can be tested by the algorithm code
rengongyuqun
- 此程序应用visual basic进行编程的,用人工鱼群算法的程序进行电力系统最优潮流的计算,希望能够对大家有用。-Application of this procedure visual basic programming, use of artificial fish-swarm algorithm procedure of power system optimal power flow calculation, hope can be useful to everyone.
Artificial_fish
- 人工鱼群的部分源码,这是人工鱼群算法的一个案例,用C++编程实现-AFSA
1
- 智能优化算法作为新兴的搜索算法,一般是指利用自然界的生物系统与优化过程的某些相似性而逐步发展起来的优化算法,如遗传算法、粒子群算法、蚁群算法等,它们通过对搜索空间中的一组解按概率规则操作得到下一组解。 人工鱼群算法源于对鱼群运动行为的研究,是一种新型的智能仿生优化算法。它具有较强的鲁棒性、优良的分布式计算机制、易于和其它方法结合等优点。目前对该算法的研究、应用已经渗透到多个应用领域,并由解决一维静态优化问题发展到解决多维动态组合优化问题。 -As an emerging intell
ACO-PID
- 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm can be used to optimize the PID parameters, there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle s
ACO-PID
- 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm, can be used in the intelligent algorithm of PID parameter optimization and there are many, such as genetic algorithm, simulated annealing algorithm, pa
afsa
- 基本的人工鱼群算法的整体实现 包含各个鱼群行为-Basic overall implementation contains all the fish behavior of artificial fish algorithm
gmjafsa
- 人工鱼群算法源代码,最基本的代码。可以很好的理解人工鱼群算法-Afsa is old code
rengongyuqun
- 人工鱼群搜索算法,分享出来,希望对大家有用!-The artificial fish search algorithm
Solution-of-CR-power-control-by-AFSA
- 人工鱼群算法主函数,主要用于求解约束优化问题。-The main program of AFSA
pso1
- pso模型模拟 粒子群算法模仿昆虫、兽群、鸟群和鱼群等的群集行为,这些群体按照一种合作的方式寻找食物,群体中的每个成员通过学习它自身的经验和其他成员的经验来不断改变其搜索模式。 一是进化算法,粒子群算法和进化算法一样采用种群的方式进行搜索,这使得它可以同时搜索待优化目标函数解空间中的较多区域。 二是人工生命,即研究具有生命特征的人工系统,它采用的主要工具是计算机,主要方法是利用计算机编程模拟。-PSO simulation
artificial-fish-swarm-algorithm
- 无约束连续函数优化的人工鱼群算法通用MATLAB源码-Uniformly continuous function optimization of artificial fish swarm algorithm
Projection-Pursuit-Model
- 基于人工鱼群算法的投影寻踪模型通用MATLAB源码-Projection Pursuit Model Based on Artificial Fish Swarm Algorithm
yuqunsuanfa
- 人工鱼群算法求解函数极值问题,对于多极值问题可以跳出局部最优,寻求到全局最优。(Artificial fish swarm algorithm for function extremum problem)
FishAlgorithm_f2
- 人工鱼群在unity2d上的演示demo(Artificial Fishes demo on unity)
yirtadjacdncy
- FSA人工鱼群算法用MATLAB编程实现,有很高的价值,体现了人工鱼群算法的特点,保证能运行,()
人工鱼群优化算法
- 人工鱼群算法,改变目标函数就行(Artificial fish algorithm, to change the objective function)
人工鱼群求解TSP问题
- 用matlab解决人工鱼群算法处理TSP问题(Solving TSP Problem by Artificial Fish Swarm Algorithms with MATLAB)