搜索资源列表
FSOUCP
- 此源码是对人工鱼群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial fish school algorithm for unconstrained optimization of continuous function to solve for the case containing the constr
rgyq
- 无约束连续函数优化的人工鱼群算法通用MATLAB源码-Unconstrained optimization of continuous function universal MATLAB source of artificial fish school algorithm
exp2
- 本实验是遗传算法和鱼群算法求解无线传感覆盖问题(组合优化类)的实验。代码可供参考,只需更改目标函数就可以做别的实验。 代码主要包括三个功能: 1.绘图,绘制横纵坐标轴和各点坐标以及各点覆盖范围。 2.遗传算法。CGA类中包括二进制遗传算法。 3.鱼群算法。CFA类中包括二进制离散组合鱼群算法。-The WSN coverage control by GA and AFSA
fish1
- 人工智能型算法--鱼群算法的源代码,应用于测试函数-Artificial intelligence algorithm- fish algorithm source code, used in the test function
Matlab-optimization-function
- Matlab 最优化函数,遗传算法,人工鱼群算法等各种优化算法。-Matlab optimization function, genetic algorithms, artificial fish school algorithm and other optimization algorithms.
AF.Leon.20120116
- 人工鱼群算法,基本算法,将人工鱼群的不同行为进行单独函数描述,对群算法入门非常有帮助。-Aritifical fish swarm for the learner by the matlab
FSAFO
- 人工智能的经典算法: 鱼群算法函数寻优。-Classic algorithms of artificial intelligence: the fish school algorithm function optimization
yuqunsuanfa
- 该程序是基于鱼群算法的函数寻优程序,有详细的程序说明介绍,适合初学者学习使用。-The program is based on fish swarm algorithm for function optimization procedures, a detailed descr iption of the procedures introduced, suitable for beginners to learn to use.
yuqun
- 鱼群算法函数寻优,很好用,带有数据,推荐!-Fish swarm algorithm for function optimization, easy to use, with data, recommended!
PSOTool
- 求解非线性方程组方法有经典算法以及近年来流行的遗传算法.牛顿法及其改进形式,但是此类算法的收敛性在很大程度上依赖于初始点的选择,对于某些非线性方程组容易导致求解失败 为了克服经典算法的缺点,设计了求解非线性方程组的混合遗传算法,但依然对方程组和编码方法有很高要求。PSO是受到鸟群或者鱼群社会行为的启发而形成的一种基于种群的随机优化技术。它是一类随机全局优化技术,通过粒子间的相互作用发现复杂搜索空间中的最优区域。该算法是一种基于群体智能的新型演化计算技术,具有简单易实现、设置参数少、全局优化能力强
jiyuyucyangsuan
- 这个是遗传算法和鱼群算法的混合,可以让大家参考下。这个真心不错,大家可以修改目标函数-This is a hybrid algorithm of genetic algorithm and fish, so that we can refer to. This really good, we can modify the objective function
AF_
- 人工鱼群算法,实现了基本的算法框架以及常用的测试函数。-Artificial fish algorithm, the realization of the basic algorithm framework, and the commonly used test function
基于人工鱼群算法的一元非线性函数寻优
- 人工鱼群算法是受鱼群行为的启发,由李晓磊等人于2002年提出的一种基于动物行为的群体智能优化算法。在一片水域中,鱼往往能自行或尾随其它鱼,找到营养物质最多的地方,因而鱼生存数目最多的地方一般就是本水域中营养物质最丰富的地方。人工鱼群算法根据这一特点,通过构造人工鱼来模仿鱼群的觅食、聚群、追尾、随机行为,从而实现寻优。本代码是基于人工鱼群算法的一元非线性函数寻优。