Skip to content

Simple Python Implementation of the NEAT Algorithm

License

Notifications You must be signed in to change notification settings

nobodyPerfecZ/PyNeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyNeat

This is a simple library which implements the NEAT algorithm in Python.

Further extension to do in the future:

  • Append Unittests for each class/methods
  • Implement different Selection Types (as classes)
  • Implement an adjusted threshold for Species
  • Implement an adjusted probabilities for topology mutation and weight/bias changing mutation
  • Seperate bias as one node?
  • Make training more efficient and more flexible
  • Make further optimizations

About

Simple Python Implementation of the NEAT Algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published