Skip to content

Multiprocessing

Pre-release
Pre-release
Compare
Choose a tag to compare
@HugoFara HugoFara released this 21 Jul 15:44

This version brings multiprocessing, and removes deprecated code. Thus, it is not backward compatible.

Added

  • Multiprocessing is here! The genetic optimization can now be run in parallel!
    Performances are easily improved by 65 % using 4 processes.
    The feature request #2 is now solved.

Changed

  • The sidebar in the documentation a bit more useful.
  • Not having tqdm will cause an exception.

Removed

  • native support for PyGAD is no longer present.
  • evolutionnary_optimization (replaced by evolutionary_optimization)