# Things to do

* [ ] Test with new versions
	[x] Test with recent 6.0
* [ ] Write more docs.
  * [ ] Check current docs for things that shouldn't be there
  * [x] Document functions and classes.
  * [ ] Document the two types of evolutionary algorithms, "nodeo" and "Classic" and refactor for common code
* [ ] Add fitness functions
* [ ] Write a tutorial
* [x] Adapt to running in the browser.
* [x] Add badges.
  * [x] Added npm badge.
* [x] Add coverage tests.
	* [x] Make all functions pass.
* [ ] Refactor to proper module design style.
