Releases: diogomatoschaves/geneal
Releases · diogomatoschaves/geneal
v0.3.1
Changes
- Add
verbose
andplot_results
options to child classesBinaryGenAlgSolver
andContinuousGenAlgSolver
v0.3
Changes
- Make verbosity of algorithm run optional
- Make plotting the results at the end of the run optional
- Fix file imports error
v0.2
Changes
- Add
selection_strategy
parameter. - Add
mutation_strategy
onTravellingSalesmanProblemSolver
- General refactoring of code structure.
- Improve test coverage.