v4.0.0 🇺🇦
github-actions
released this
18 Jul 16:13
·
36 commits
to refs/heads/master
since this release
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