Order of arguments and progress bars
This alpha version officially drops PyGAD (was well beyond the scope of this project), this is why we reordered the arguments of the genetic optimizer function. The progress bars should be very useful.
Added
- Dependency to tqdm and matplotlib.
- The
evolutionary_optimization
replacesevolutionnary_optimization
.- The
ite
parameter renamediters
for consistency with pylinkage. - The new parameter
verbose
let you display a nice progress bar, more information on optimization state, or nothing.
- The
- The best solution can be displayed with PyGAD as well.
Changed
- Typos and cleans-up in
docs/examples/strider.py
. evolutionnary_optimization_legacy
renamed toevolutionary_optimization_builtin
.