Hacker News
Ask HN: Books about Genetic Algorithms
14 points by andyjohnson0
ago
|
7 comments
I'm a developer. I have a basic working knowledge of classic neural networks. I'd like to learn about genetic algorithms. What books should I be reading? I prefer dead-tree, but pdf suggestions too please.
rolph
|next
[-]
https://faculty.cc.gatech.edu/~turk/bio_sim/articles/genetic...
https://en.wikipedia.org/wiki/Holland%27s_schema_theorem
https://en.wikipedia.org/wiki/John_Henry_Holland
Adaptation in Natural and Artificial Systems (1975, MIT Press)
dhruv3006
|next
|previous
[-]
ISI Kolkata has a lot of research on it - you can go through the phd monologues maybe.
nbernard
|next
|previous
[-]
Be aware that genetic algorithms are a type of evolutionary algorithms: Do you actually want to learn about genetic algorithms specifically, or more generally about evolutionary algorithms ?