TinyNEAT. Train AI that learns and improves itself through evolution.

npmjs.com/package/tinyneat

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2023
  • Resolved minor formatting issue
  • Make the racing example more complex.
  • Release —1.1.0
  • Incorporate stagnation and improve speciation.
  • Add compatibility threshold adjustment.
  • Add installation information to readme.
  • Link to example in README.
  • Release —1.0.1
  • Build the distribution for the examples.
  • Fix example imports for static hosting.
  • Add examples to the website.
  • Release —1.0.0
  • Add registry url to publish action.
  • Update publish action.
  • Remove older comment.
  • Update genome with formatting.
  • Add linting, formatting, and another test.
  • Add README badges.
  • Add github actions.
  • Add additional features of NEAT found in the paper.
  • Improve documentation of the entire library using TypeDoc.
  • Add ending to example.
  • Fix bugs and complete initial example.