Skip to content

Releases: yaricom/goNEAT_NS

v4.0.2 🇺🇦

09 Apr 21:18

Choose a tag to compare

Changes

  • Implemented SAFE coevolution method for solving maze navigation problem @yaricom (#7)

v4.0.1 🇺🇦

13 Nov 17:55
a75e969

Choose a tag to compare

Changes

  • Fixed logger level initialization in executor. @yaricom (#6)

v4.0.0 🇺🇦

10 Nov 17:07
f927808

Choose a tag to compare

Changes

  • Updated to use the latest version of goNEAT. Bump version. @yaricom (#5)

v3.0.0 🇺🇦

29 May 17:57

Choose a tag to compare

Changes

  • Implemented dump of novelty points from archive into JSON for better compatibility with other tools. @yaricom (#4)
  • Fixed to use v3 of the goNEAT library. @yaricom (#3)

v2.0.1 🇺🇦

21 Apr 15:46

Choose a tag to compare

Changes

  • Updated GoLang version to 1.17.x

v2.0.0 🌈

09 Jan 19:55
4553661

Choose a tag to compare

Changes

  • Fixed to use v2 of the goNEAT library @yaricom (#1)
  • Performance and bug fixes

Improved error handling in the experiments

23 Mar 16:47

Choose a tag to compare

  • Improved error handling in the experiments
  • Improved code style in the experiments

Added support for GO modules

23 Mar 16:00

Choose a tag to compare

  • Added support for GO modules
  • Fixes in test cases to use assertions
  • Fixed formatting

Updated visualization. Bug fixes.

30 Jul 14:34

Choose a tag to compare

  • Fixed novelty scores calculation
  • Added visualization of the path through the maze found by successful solver agent

Full implementation of Novelty Search NEAT with experiments

06 Nov 10:55

Choose a tag to compare

v1.0

Fixes related to changes NEAT framework's experiment API