Genetic algorithms in Python, a tutorial (acodersmusings.blogspot.com) 41 points by mipolonsky 16y ago ↗ HN
[–] larsendt 16y ago ↗ This seemed like a tutorial for people who already understand genetic algorithms. I want to understand genetic algorithms.Anyone know some good beginner tutorials or explanations? [–] Empedocles99 16y ago ↗ An Introduction to Genetic Algorithms (Complex Adaptive Systems)A short read, explains what they are, how they work, and what can go wrong. [–] gnok 16y ago ↗ Second that. I especially liked the last chapter where the author discusses some implementation techniques to get you going.Amazon link: http://www.amazon.com/Introduction-Genetic-Algorithms-Comple... [–] paraschopra 16y ago ↗ Many years ago I wrote one GA tutorial for newbies. Here is the link: http://paraschopra.com/tutorials/ga/index.php[Pardon my grammar in the tutorial, it was written was I was 15] [–] Micand 16y ago ↗ I found A Field Guide to Genetic Programming to be a good introduction to genetic programming, which is a subset of genetic algorithms. The book can be had freely at http://www.gp-field-guide.org.uk/ [–] d_c 16y ago ↗ I can recommend you the book Introduction to Evolutionary Computing by Eiben and SmithAlthough it covers more than just genetic algorithms.
[–] Empedocles99 16y ago ↗ An Introduction to Genetic Algorithms (Complex Adaptive Systems)A short read, explains what they are, how they work, and what can go wrong. [–] gnok 16y ago ↗ Second that. I especially liked the last chapter where the author discusses some implementation techniques to get you going.Amazon link: http://www.amazon.com/Introduction-Genetic-Algorithms-Comple...
[–] gnok 16y ago ↗ Second that. I especially liked the last chapter where the author discusses some implementation techniques to get you going.Amazon link: http://www.amazon.com/Introduction-Genetic-Algorithms-Comple...
[–] paraschopra 16y ago ↗ Many years ago I wrote one GA tutorial for newbies. Here is the link: http://paraschopra.com/tutorials/ga/index.php[Pardon my grammar in the tutorial, it was written was I was 15]
[–] Micand 16y ago ↗ I found A Field Guide to Genetic Programming to be a good introduction to genetic programming, which is a subset of genetic algorithms. The book can be had freely at http://www.gp-field-guide.org.uk/
[–] d_c 16y ago ↗ I can recommend you the book Introduction to Evolutionary Computing by Eiben and SmithAlthough it covers more than just genetic algorithms.
[–] paraschopra 16y ago ↗ I had written a genetic programming module for Python, in case anyone is interested: http://paraschopra.com/sourcecode/GP/index.php
7 comments
[ 9.1 ms ] story [ 86.3 ms ] threadAnyone know some good beginner tutorials or explanations?
A short read, explains what they are, how they work, and what can go wrong.
Amazon link: http://www.amazon.com/Introduction-Genetic-Algorithms-Comple...
[Pardon my grammar in the tutorial, it was written was I was 15]
Although it covers more than just genetic algorithms.