Process faster and save more
First beta version. This version brings what I consider the vital functionalities
of LeggedSnake.
Added
- Multiprocessing is here! The genetic optimization can now be run in parallel!
Performances got improved by 65 % using 4 processes only. Solves the
issue #2 .
Changed
- We now save data using JSON! Slow computer users, you can relax and stop
computing when you want. Solves the feature #1 . - The sidebar in the documentation a bit more useful.
- Not having tqdm will cause an exception.
Fixed
- Corrected the example, the genetic optimization is now properly fixed but
slower.
Removed
- native support for PyGAD is no longer present.
evolutionnary_optimization
(replaced byevolutionary_optimization
).- Data saved in the old txt format are no longer readable (were they?)