Location:
Search - pi ant colony
Search list
Description: 包含5个数值智能算法,能实现PI的求解,遗传算法和蚁群算法,贪吃蛇以及学生管理系统。-It contains 5 numeric intelligent algorithm, to achieve PI solving, genetic algorithms and ant colony algorithm, Snake and student management systems.
Platform: |
Size: 13312 |
Author: 占海明 |
Hits:
Description: MATLAB实数编码的蚁群算法源程序,M文件
函数1:f=cos(2*pi.*x).*cos(2*pi.*y).*exp(-((x.^2+y.^2)/10))
函数2:f=exp(-2*log(2).*((x-0.1)./0.8).^2).*(sin(5*pi.*x)).^6
函数3:f=(3./(0.05+(x.^2+y.^2))).^2+(x.^2+y.^2).^2
函数1带有注释-MATLAB real-coded ant colony algorithm source, M files.
. Function 1: f = cos (. 2* pi* x)* cos (. 2* pi* y)* exp (- ((x ^ 2+ y ^ 2)/10)..)
Function 2: f = exp (.-2* Log (2)* ((x-0.1) ./ 0.8) ^ 2.)* (Sin (5* pi* x).) ^ 6..
Function 3: f = (3 ./ (0.05+ (x ^ 2+ y ^ 2))..) ^ 2+ ^ 2. (X ^ 2+ y ^ 2..).
Function 1 annotated with comments
Platform: |
Size: 3072 |
Author: 胡毅 |
Hits: