Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 444 Bytes

Genetic Hello World

A slightly less simple attempt at genetic programming. Forked from Sacert on github. Improvements:

  • Uses webpack and babel to do builds
  • Controls on generation generation
  • Controllable characters for generation (doesn't use ASCII 0 - 255)
  • Different types of mutations
  • Changed mating algorithm
  • Output tables every x generations
  • Show top genes each x generation

Build

yarn install
yarn run start