What books/tutorials do you recommend for learning Genetic algorithms, or AI in general?
I'd prefer language agnostic.
What books/tutorials do you recommend for learning Genetic algorithms, or AI in general?
I'd prefer language agnostic.
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.
Andries P. Engelbrecht, Computational Intelligence, An Introduction. 2nd Edition:
You can find more from the original site: http://ci.cs.up.ac.za/
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!
Best books for Genetic Algorithm (IMHO):
Mitchell's "An Introduction to Genetic Algorithms" is known as a good introductory-level book on genetic algorithms.
As an aside, if you want to become well-known in AI, change your last name to Mitchell. :)
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.
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.