Skip to content

Releases: yaricom/goNEAT

v4.2.3 🇺🇦

02 Jan 13:40

Choose a tag to compare

Changes

  • Implemented workers pool support for parallel evaluation schemes in cart-pole experiments @yaricom

v4.2.2 🇺🇦

24 Dec 12:16

Choose a tag to compare

Changes

  • Optimized FastModularNetworkSolver to not store obsolete forward adjacency matrix. @yaricom
  • Implemented integration test for double-pole balancing experiment with parallel fitness evaluation. @yaricom

v4.2.1 🇺🇦

09 Dec 17:03

Choose a tag to compare

Changes

v4.2.0 🇺🇦

02 Sep 13:43

Choose a tag to compare

Changes

v4.1.1 🇺🇦

24 Jun 14:49

Choose a tag to compare

Changes

  • Implemented plain Gaussian activation function @yaricom

v4.1.0 🇺🇦

14 May 17:28

Choose a tag to compare

Changes

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

v4.0.2 🇺🇦

13 Nov 17:29
61473e5

Choose a tag to compare

Changes

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

v4.0.1 🇺🇦

24 Jul 14:36
f1d65af

Choose a tag to compare

Changes

v4.0.0 🇺🇦

18 Jul 16:13
e011e00

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

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.