Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 249 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 249 Bytes

Genetic algorithms

Implementation of a genetic algorithm to solve optimisation problems built using Python and numpy library.
Designed to be flexible and easily modified to suit different problems

Implemented:

  • Travelling salesperson problem