Posts tagged as ruby

Genetic Programming the Python Way - The Basics

2011-02-05 by Motoma, tagged as genetic programming, python, ruby

Ages ago, I came across a post by Chris Eigner that succinctly delineates the genetic programming method, exemplified with a terse, no-frills example written in Ruby. Impressed by the simplicity of his code, I quickly whipped up an implementation in Python. Weeks turned into months, as I continued to put off posting the code here.

Read more »