Skip to content
/ genx Public

generates functions in native x86 machine code by way of a genetic algorithm

License

Notifications You must be signed in to change notification settings

rflynn/genx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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   

About

generates functions in native x86 machine code by way of a genetic algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages