History

0.5.0 (2021-08-19)

  • Update to stricter elitism
  • Optimize breeding pipeline
  • Add better within generation logging
  • Fix SoR implementation bug

0.4.0 (2021-05-27)

  • Change frontier to be calculated only based on elite
  • Add elite gene ranker to post run script

0.3.0 (2021-05-20)

  • Restructured module
  • SoR support
  • Error checking
  • README updates
  • Linting fixes

0.2.1 (2021-03-02)

  • Reformatting of documentation and help page text to pass checks

0.2.0 (2021-03-02)

  • Added documentation on readthedocs
  • Abstracted self corrections
  • Single point crossover added
  • Crossover selection
  • Random seed control
  • Update requirements

0.1.3 (2021-02-17)

  • Fix more build bugs
  • Expose post processing function
  • Clean up string representation of parameter classes
  • Add fixed genes support
  • Add more assertions for debugging
  • Made mutation respect fixed genes structure
  • Updated test dataframe

0.1.2 (2021-02-17)

  • Include more packages to build step

0.1.1 (2021-02-17)

  • Fixes to package building

0.1.0 (2021-02-17)

  • First release on PyPI.