/projects
Some recent projects that I've worked on in my spare time.
-
A Tiny GA in C
The Results Are In!
My entry was ranked first out of the three submitted! The languages used were C, Python and Haskell.
This was my entry for the third challenge in The Murphy Cup.The goal is to create the shortest possible (but still comprehendible) fixed length binary GA to solve the One-Max problem. The GA is required to use crossover (xo), reproduction and mutation as genetic operators and fitness proportionate selection for... selection.
-
Grammatical Evolution in C (CGE)
An implementation of grammatical evolution in C (work in progress). -
Gen Viewer
My submission to the VizGEC competition at GECCO 2012, Dublin.A generational visualisation tool used to examine the diversity of different traits within the population during a GEVA run.
-
URLShortener
A simple PHP/MySQL url shortener.