Hippocrates Versions Save

No longer maintained, actually usable implementation of NEAT

v3.1.0

7 years ago

v3.0.0

7 years ago

v2.0.0

7 years ago
  • Changed the API to make TrainingParameters optional
  • Added suport for suppervised learning
  • Added Integration tests as a basic documentation
  • Refactored code to more modern C++

1.1

7 years ago

Can produce logs in the form of JSON Files, various optimizations and speed enhancements.

1.0

7 years ago

This solves XOR, described as a ^ b = c

a b c
0 0 0
0 1 1
1 0 1
1 1 0