文件名称:genetic-algorithm
介绍说明--下载内容来自于网络,使用问题请自行百度
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.
-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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.