Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 972 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 972 Bytes

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

1.2.0 - 2019-11-13

Fixed

  • The algorithm was not updating the fitness and total distance values after mutation.
  • Each individual has a normalized fitness value instead of replacing the fitness value.
  • Fixed documentation.

Changed

  • Swap-cities: now it iterates over the cities and swap them with a mutation rate probability.
  • Selection: now it uses both random selection and elite selection.

1.1.0 - 2019-10-29

Fixed

  • Fixed the documentation.

Added

  • Literate programming documentation page.

1.0.0 - 2019-10-28

Added

  • Generic Algorithm to solve the Travelling Salesan Problem.