Skip to content

Order of arguments and progress bars

Compare
Choose a tag to compare
@HugoFara HugoFara released this 14 Jul 16:39

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 replaces evolutionnary_optimization.
    • The ite parameter renamed iters for consistency with pylinkage.
    • The new parameter verbose let you display a nice progress bar, more information on optimization state, or nothing.
  • The best solution can be displayed with PyGAD as well.

Changed

  • Typos and cleans-up in docs/examples/strider.py.
  • evolutionnary_optimization_legacy renamed to evolutionary_optimization_builtin.