Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.24 KB

File metadata and controls

15 lines (10 loc) · 1.24 KB

genetic-tsp

In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on biologically inspired operators such as mutation, crossover and selection. [1]

Instructions

Run the script

cd python
python _main_.py

Demo

Video