Monthly Archives: April 2012

Objective-C Genetic Algorithm That Solves The 8 Queens Puzzle

Introduction In my previous post I explained the basics of genetic algorithms, and provided a very simple example written in Objective-C. In this post I will dive deeper into the fascinating world of genetic algorithms and show a more sophisticated solution to … Continue reading

Posted in Genetic Algorithms, Objective-C | 3 Comments

Simple Genetic Algorithm in Objective-C

Introduction This article explores a simple genetic algorithm I wrote in Objective-C. The purpose of this article is to introduce the basics of genetic algorithms to someone new to the topic, as well as show a fully functional example of … Continue reading

Posted in Genetic Algorithms, Objective-C | 14 Comments