本文介绍了遗传算法资源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
最近我感兴趣的遗传算法的话题,但我无法找到任何很好的资源。如果你知道有什么好的资源,书籍或网站,我会AP preciate它。我有算法和A.I.坚实的知识但即时通讯寻找一些具有很好的介绍遗传编程。
Lately I'm interested in a topic of genetic algorithms, but i couldn't find any good resource. If you know any good resource, book or a site i would appreciate it. I have solid knowledge of algorithms and A.I. but im looking for something with good introduction in genetic programing.
推荐答案
到目前为止,对我来说最好的参考:
Best references for me so far:
- 遗传算法的搜索,优化和机学习由David E.戈德堡:一经典的,仍被视为该气体被许多圣经。
- 介绍遗传算法由梅拉妮米切尔的:超过previous参考最近的和挤满了也许更有趣的例子。
- 一个领域指南遗传编程通过波利,兰登,麦克菲:这更是一个动手的指导并获得很好的评价。
- Genetic Algorithms in Search,Optimization, and MachineLearning by David E. Goldberg: aclassic, still considered as thebible of GAs by many.
- An Introduction to GeneticAlgorithms by Melanie Mitchell:more recent than the previous reference and packed withprobably more interesting examples.
- A Field Guide to Genetic Programming by Poli, Langdon, McPhee: this is more of a hands on guide and is getting very good reviews.
此外,如果你是一个绝对的新手我建议你开始与的Hello World遗传算法。还有的上手一点也不像一个干净的例子。
Also if you're an absolute beginner I'd suggest you to start with the Hello World of Genetics Algorithms. There's nothing like a nice clean example to get started.
这篇关于遗传算法资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!