Archive Blog Entries For September 2006
StumbleUpon Auto-Code Generator
I've recently finished coding another utility for those in the StumbleUpon community. The Auto-Code Bookmarklet Generator will allow a user to easily specify a customised CSS layout template that can ...[+]
Genetic Algorithms - Part I
Genetic algorithms (or GAs) are an Artificial Intelligence technique based upon the standard model of genetics and evolution. They are part of the growing field of Evolutionary Algorithms ...[+]
Genetic Algorithms - Part II
Following on from my introduction to the theory of Genetic Algorithms I will now discuss a very simple implementation of a GA written in PHP. While PHP is not a language one would ordinari...[+]