文件名称:GAforMaxfunction
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 竹子***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
遗传算法求函数极值算是遗传算法的一种最简单的应用,这里就介绍一种简单的,全文基本翻译自codeproject的一篇文章,作者为Luay Al-wesi,软件工程师。例子中的函数为y = -x^2+ 5 ,大家可以将其改为其他复杂一些的函数,比如说f=x+10sin(5x)+7cos(4x)等。本篇文章适合遗传算法初学者阅读,大牛请绕道,呵呵。文后附C语言代码,全部代码在VC6.0上编译通过。
代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2011/02/27/6211597.aspx -Genetic algorithm for the function extreme genetic algorithm is one of the most simple application, here is introduced a kind of simple, full-text basic translation from codeproject of an article, author wesi Luay Al-, a software engineer. In the example function is y = ^ 2+ 5- x, everybody can will its instead other more complex functions, such as f = x+ 10sin (5x)+ 7cos (4x) etc. This article for genetic algorithm beginners reading, Daniel please bypass, ha ha. Wen attached C language code, all code in VC6.0 on compile.
Code English descr iption see: http://blog.csdn.net/xujinpeng99/archive/2011/02/27/6211597.aspx
代码中文说明见:http://blog.csdn.net/xujinpeng99/archive/2011/02/27/6211597.aspx -Genetic algorithm for the function extreme genetic algorithm is one of the most simple application, here is introduced a kind of simple, full-text basic translation from codeproject of an article, author wesi Luay Al-, a software engineer. In the example function is y = ^ 2+ 5- x, everybody can will its instead other more complex functions, such as f = x+ 10sin (5x)+ 7cos (4x) etc. This article for genetic algorithm beginners reading, Daniel please bypass, ha ha. Wen attached C language code, all code in VC6.0 on compile.
Code English descr iption see: http://blog.csdn.net/xujinpeng99/archive/2011/02/27/6211597.aspx
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GAforMaxfunction
................\test1.cpp
................\test1.cpp