Live data from Hacker News

Genetic algorithms in Python, a tutorial

acodersmusings.blogspot.com

1–8 of 8 posts

Re: Genetic algorithms in Python, a tutorial

#3
post #2

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?

An Introduction to Genetic Algorithms (Complex Adaptive Systems)

A short read, explains what they are, how they work, and what can go wrong.

Re: Genetic algorithms in Python, a tutorial

#4
post #2

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?

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]

Re: Genetic algorithms in Python, a tutorial

#6
post #2

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?

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/

Re: Genetic algorithms in Python, a tutorial

#7
post #2

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?

I can recommend you the book Introduction to Evolutionary Computing by Eiben and Smith

Although it covers more than just genetic algorithms.

Re: Genetic algorithms in Python, a tutorial

#8
post #2

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?

An Introduction to Genetic Algorithms (Complex Adaptive Systems) A short read, explains what they are, how they work, and what can go wrong.

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...