{"id":38,"date":"2008-12-11T01:20:19","date_gmt":"2008-12-11T09:20:19","guid":{"rendered":"http:\/\/sethjust.wordpress.com\/?p=38"},"modified":"2010-11-11T15:23:45","modified_gmt":"2010-11-11T23:23:45","slug":"genetic-algorithms-in-perl","status":"publish","type":"post","link":"https:\/\/sethjust.com\/2008\/12\/11\/genetic-algorithms-in-perl\/","title":{"rendered":"Genetic Algorithms in Perl"},"content":{"rendered":"

Inspired by recent<\/a> genetic<\/a> algorithms floating around, I decided to try my hand at implementing one in perl. I’d thought for a long time that it would be quite difficult, but really it’s quite easy. My biggest hangup was dealing with data structures, but once I did that, it turns out that all you really need is a few functions:<\/p>\n