public
Description: generates functions in native x86 machine code by way of a genetic algorithm
Homepage: http://www.parseerror.com/genx/
Clone URL: git://github.com/pizza/genx.git
genx /
name age message
file LICENSE Fri Feb 27 01:03:45 -0800 2009 eliminated unneeded docs [pizza]
file README Fri Mar 13 15:39:58 -0700 2009 brevity is a virtue [pizza]
directory doc/ Wed Mar 18 12:18:58 -0700 2009 now allowing multiple mutations per iteration [pizza]
directory misc/ Fri Mar 20 03:37:46 -0700 2009 changed int-0,1,4,9 module parameters, got a ne... [pizza]
directory src/ Fri Mar 20 03:37:46 -0700 2009 changed int-0,1,4,9 module parameters, got a ne... [pizza]
README
# ex: set ff=dos ts=2 et:
# $Id$

git clone git://github.com/pizza/genx.git ~/genx && cd ~/genx/src && make && ./genx problems/int-sqrt.so

 o=O   genx builds functions
0===0  mutating, testing fitness
0===0  program is data
 O=o   
  O    why interesting?
 o=O   genetic algorithm
0===0  grow better output
0===0  
 O=o   needs x86,
  O    make, cc; builds on unix
 o=O   maybe on windows
0===0  
0===0  cd src && make
 O=o   run ./genx with module
  O    virtuous patience
 o=O