A genetic algorithm tutorial can be found by going to http://www.freetechbooks.com/a-genetic-algorithm-tutorial-t316.html. Its easy enough for a basic beginner to grasp the basic concepts. It covers the canonical genetic algorithm, parallel island models as well as the parallel cellular genetic algorithms. It starts out at a low level which give s you the opportunity to understand the basic
. idea and basic concepts that relate to genetic algorithm.