1、http://lancet.mit.edu/ga/ GALib的官方网站,GALib是用c++编写的遗传算法库,例子丰富,扩展还算比较容易
2、遗传算法的c/c++库集合
http://geneticalgorithms.ai-depot.com/Libraries.html
http://fga.sourceforge.net/ Fast Genetic Algorithm
http://www.coolsoft-sd.com/Products.aspx?pid=1 Genetic Algorithm Library(简称GAL)
3、遗传算法英文入门教程
http://www.obitko.com/tutorials/genetic-algorithms/ http://lancet.mit.edu/~mbwall/presentations/IntroToGAs/
4、遗传算法blog文章
http://blog.csdn.net/zzwu/archive/2005/12/25/561577.aspx
http://www.cppblog.com/feng/category/6764.html
http://www.cppblog.com/twzheng/articles/21339.html
5、遗传算法程序c++代码
http://www.zxbc.cn/html/20070424/7407.html (求函数的最大值——遗传算法)
http://blog.csdn.net/laurensky/archive/2008/11/12/3279227.aspx (C++遗传算法源程序 )
http://zhidao.baidu.com/question/43932189.html?fr=qrl (遗传算法的模拟 数据结构题目)
6、其它的资料
http://www.xcopy.net.cn/read.php?178 (遗传算法介绍(内含实例),用c#实现)
http://jgap.sourceforge.net/ (java的一个遗传算法的库)
http://sourceforge.net/projects/java-galib/ (java的另外一个遗传算法的库,不过现在已经不开发了)
http://www.mindroid.com/article/ (机器人理论相关的一些东西,如遗传算法、神经网络)
A* 算法 http://www.codeproject.com/KB/recipes/graphs_astar.aspx 和 http://dev.csdn.net/article/31/31319.shtm (感兴趣的可以自己上网上google一下“A-star算法”、“A*算法”、“A星算法”)
再加一个关于A*算法的链接 http://blog.csdn.net/ray58750034/category/175424.aspx
http://leenissen.dk/fann/ (用于人工神经网络的库,其中包含遗传算法部分,有很多的语言绑定,如c++、java、c#的等等)
http://youngfan.com/nn/index.html (神经网络资源网站)
http://www.cnblogs.com/gpcuster/archive/2008/06/24/1229140.html (其中介绍了一个叫做AForge.net的c#用的库,可用于人工神经网络,遗传算法、图像处理等)
http://en.wikipedia.org/wiki/Genetic_algorithm (Genetic Algorithm的wiki介绍,包括很多其它的有用的一些链接)
---------------------------------------------------------------------------------------------------------------
遗传算法资料汇总(网页)
http://www.shumo88.com/index_Article_Content.asp?fID_ArticleContent=563
http://www-2.cs.cmu.edu/Groups/AI/html/faqs/ai/genetic/top.html
http://www.rennard.org/alife/english/gavintrgb.html
http://www.genetic-programming.com/gpanimatedtutorial.html
http://www.geneticprogramming.com/ http://www.cs.ucl.ac.uk/research/genprog/
http://www.aic.nrl.navy.mil/galist/
http://www.ingber.com/
http://www.genetic-programming.org/
http://tcw2.ppsw.rug.nl/~jorrit/ai/ai.html
http://www.geatbx.com/