Go to file
Cory Balaton a060f93554
Improve the code.
- Add a docstring.
- Add type hinting.
- Change algorithm from steepest ascent to simple hill climbing.
2024-10-01 19:20:34 +02:00
.gitignore Update gitignore 2024-09-29 10:45:41 +02:00
common.py change plot_plan to take lists and numpy arrays. 2024-10-01 19:16:33 +02:00
european_cities.csv Add data that is going to be used. 2024-09-29 10:43:57 +02:00
exhaustive_search.py Update docstring 2024-10-01 19:18:25 +02:00
genetic_algorithm.py First draft of the genetic algorithm. 2024-09-29 10:45:08 +02:00
hill_climbing.py Improve the code. 2024-10-01 19:20:34 +02:00
map.png Add data that is going to be used. 2024-09-29 10:43:57 +02:00
README.md Add repo URL. 2024-09-29 10:48:49 +02:00

IN4050: Obligatory Assignment 1

Project repository