Releases: HyperCodec/neat
Releases · HyperCodec/neat
neat 0.5.1 (hotfix)
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
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
neat 0.3.0
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)
neat 0.2.0
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
Initial release of the crate.
Full Changelog: https://github.com/inflectrix/neat/commits/v0.1.0