What books/tutorials do you recommend for learning Genetic algorithms, or AI in general?

I'd prefer language agnostic.

link|improve this question

feedback

closed as not constructive by Bill the Lizard Sep 24 '11 at 14:56

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

8 Answers

up vote 9 down vote accepted

Best book IMO for AI in general:

Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig

It's language agnostic and also has some things about genetic algorithms.

link|improve this answer
I cannot stress enough how important this book is if you're looking to study Artificial Intelligence. If you're an undergraduate and you read this extensively then you'll save yourself at least a semester of trouble when it comes to covering this at university. – Mike B Aug 13 '10 at 9:40
I haven't read the book, but enjoyed Norvig's essays very much, he is good writer – Alexander Malakhov Feb 21 '11 at 14:46
feedback

Mitchell's "An Introduction to Genetic Algorithms" is known as a good introductory-level book on genetic algorithms.

intro ga book cover

As an aside, if you want to become well-known in AI, change your last name to Mitchell. :)

link|improve this answer
feedback

On GAs, best references for me so far:

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.

link|improve this answer
feedback

Best books for Genetic Algorithm (IMHO):

  • Genetic Algorithms + Data Structures = Evolution Programs, Michalewicz
  • Genetic Algorithms in Search, Optimization, and Machine Learning, Goldberg
link|improve this answer
feedback

I am currently reading this book, Evolutionary Computation. As the cover indicates, it attempts to bring in a unified overview of the field of Evolutionary Computing- speaking under one common umbrella about Evolutionary Strategies, Evolutionary Programming and Genetic Algorithms. So, if you are interested in this field, its a good book to pick up!

link|improve this answer
feedback

You might also wanna take a look at this:

Machine Learning, by Tom Mitchell

link|improve this answer
Great book for Machine Learning (even if it's a bit outdated). I can only recommend it! It also has a chapter about Genetic Algorithms. – George B. Feb 21 '10 at 0:05
feedback

An excellent book on GA/GP/EC/metaheuristics is Sean Luke's essentials of metaheuristics. Well written beautiful layout and available for download. Doesn't get any better than that.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.