Skip to content

Releases: HyperCodec/neat

neat 0.5.1 (hotfix)

16 Apr 15:18
228f7af
Compare
Choose a tag to compare

fixes a bug with the activation registry not properly filtering activation functions

What's Changed

  • change cfg macros to remove redundancy by @inflectrix in #40
  • update example with new changes by @inflectrix in #43
  • Urgent hotfix by @inflectrix in #44
  • change version by @inflectrix in #45
  • hotfix by @inflectrix in #46

Full Changelog: v0.5.0...v0.5.1

neat 0.5.0

16 Apr 12:20
fd65396
Compare
Choose a tag to compare

Improvements to documentation, bugfixes, and a new activation fn registry system that allows them to be serialized and scoped.

What's Changed

  • improve README and examples by @inflectrix in #28
  • bump genetic-rs from 0.4.0 to 0.5.1 by @inflectrix in #31
  • Update activation fn branch by @inflectrix in #33
  • Add activation fn registry system by @inflectrix in #34
  • update version number by @inflectrix in #36
  • NEAT 0.5.0 by @inflectrix in #35

Full Changelog: v0.4.0...v0.5.0

neat 0.4.0

27 Feb 17:04
0e3e631
Compare
Choose a tag to compare

adds the new genetic-rs 0.4 derive macro support.

What's Changed

  • update genetic-rs version by @inflectrix in #26
  • NEAT 0.4.0 by @inflectrix in #27

Full Changelog: v0.3.0...v0.4.0

neat 0.3.0

23 Feb 16:48
07c9411
Compare
Choose a tag to compare

adds crossover reproduction feature

What's Changed

  • Update crossover branch with new changes by @inflectrix in #19
  • Implement crossover reproduction by @inflectrix in #20
  • NEAT 0.3.0 by @inflectrix in #21

Full Changelog: v0.2.1...v0.3.0

neat 0.2.1 (hotfix)

22 Feb 19:53
3bcaa3c
Compare
Choose a tag to compare

small doc hotfix

What's Changed

  • hotfixes by @inflectrix in #16

Full Changelog: v0.2.0...v0.2.1

neat 0.2.0

22 Feb 19:30
4f1a227
Compare
Choose a tag to compare

bugfixes and new features.

What's Changed

  • Genetic-rs update by @inflectrix in #11
  • add missing mutations by @inflectrix in #13
  • implement serde feture by @inflectrix in #14
  • add feature docs by @inflectrix in #15
  • NEAT 0.2.0 by @inflectrix in #3

New Contributors

  • @inflectrix made their first contribution in #11

Full Changelog: v0.1.0...v0.2.0

neat 0.1.0

09 Feb 18:05
Compare
Choose a tag to compare

Initial release of the crate.

Full Changelog: https://github.com/inflectrix/neat/commits/v0.1.0