genetic-algorithm

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:50KB
下载次数:9
上传日期:2013-03-19 20:55:40
上 传 者youyou66987
说明:   Rosenbrock函数的全局最大值,使用遗传算法计算。f(x1,x2) = 100 (x12-x2)2 + (1-x1)2; -2.048 ≤ xi ≤ 2.048 (xi=1,2)。 该函数有两个局部极大点,分别是:f(2.048, -2048)=3897.7342和f(-2.048,-2.0048)=3905.9262其中后者为全局最大点。
(Rosenbrock function global maximum, calculated using a genetic algorithm. f (x1, x2) = 100 (x12-x2) 2+ (1-x1) 2 -2.048 ≤ xi ≤ 2.048 (xi = 1,2). This function has two local maximum points are: f (2.048,-2048) = 3897.7342 and f (-2.048,-2.0048) = 3905.9262 latter of which is the global maximum point.)

文件列表:
遗传算法程序设计报告.doc (92672, 2012-08-27)

近期下载者

相关文件


收藏者