- build a relatively large dataset (1000+ training cases)
- wire up postgres store
- answers
- id (key)
- program (index)
- genome (index)
- instance-count
- scores
- timestamp
- 100 random answers -> datastore
- score all answers
- apply lexicase selection to get 100 parents, produce 200 children by crossover -> datastore
- score all answers
- apply lexicase selection to get 100 parents, produce 100 mutations with close ERC values -> ddatastore
- repeat from 4
- no death
- monitor scores (including total-error)
- work in REPL?