Skip to content

Releases: yaricom/goNEAT

v4.2.1 🇺🇦

09 Dec 17:03
Compare
Choose a tag to compare

Changes

v4.2.0 🇺🇦

02 Sep 13:43
Compare
Choose a tag to compare

Changes

v4.1.1 🇺🇦

24 Jun 14:49
Compare
Choose a tag to compare

Changes

  • Implemented plain Gaussian activation function @yaricom

v4.1.0 🇺🇦

14 May 17:28
Compare
Choose a tag to compare

Changes

  • Implementing serialization/deserialization of the model for FastModularNetworkSolver @yaricom (#64)

v4.0.2 🇺🇦

13 Nov 17:29
61473e5
Compare
Choose a tag to compare

Changes

  • Fixed LogLevel handling. Implemented related test cases. @yaricom (#63)

v4.0.1 🇺🇦

24 Jul 14:36
f1d65af
Compare
Choose a tag to compare

Changes

v4.0.0 🇺🇦

18 Jul 16:13
e011e00
Compare
Choose a tag to compare

Changes

Performance optimizations and refactoring @yaricom (#59):

  • Refactored max activation depth estimation to be more effective
  • Implemented lazy genesis of the organism's phenotype to reduce CPU usage during reproduction
  • Changed species sorting order implementation to exclude phenotype complexity from consideration
  • Changed organisms sorting order to be depended only of the fitness
  • Optimized speed of matting loops by avoiding unnecessary runs of inner loops in some cases

v3.0.3 🇺🇦

23 Jun 15:18
Compare
Choose a tag to compare

Bug Fix

  • Fixed bug when FastModularNetworkSolver returned outputs as slice of internal signals array. Thus, it made it possible to change solver state by modifying values in the returned slice.

v3.0.2 🇺🇦

21 Jun 19:05
10fb58f
Compare
Choose a tag to compare

Changes

  • Implemented Network.RecursiveSteps() and related test cases. @yaricom (#55)

v3.0.1 🇺🇦

29 May 15:28
29b859d
Compare
Choose a tag to compare

Changes

  • Updated dependencies to fix potential security vulnerabilities in imported libraries. @yaricom (#52)
  • Fixed CI script to use GO 1.17