Multiprocessing
Pre-release
Pre-release
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 byevolutionary_optimization
)