Skip to content

Releases: diogomatoschaves/geneal

v0.3.1

19 Jun 16:35
Compare
Choose a tag to compare

Changes

  • Add verbose and plot_results options to child classes BinaryGenAlgSolver and ContinuousGenAlgSolver

v0.3

19 Jun 16:28
Compare
Choose a tag to compare

Changes

  • Make verbosity of algorithm run optional
  • Make plotting the results at the end of the run optional
  • Fix file imports error

v0.2

11 Jun 16:42
Compare
Choose a tag to compare

Changes

  • Add selection_strategy parameter.
  • Add mutation_strategy on TravellingSalesmanProblemSolver
  • General refactoring of code structure.
  • Improve test coverage.