Skip to content

v4.0.0 🇺🇦

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 16:13
· 36 commits to refs/heads/master since this release
e011e00

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