Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 285 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 285 Bytes

hybrid-genetic-algorithm

This project is a new hybrid genetic algorithm model applied to traveling salesman problem in large scale graphs.

Compile file

gcc hga.c -o [executable_name]

Run

./[executable_name]

Exemple

gcc hga.c -o hga
./hga