Commit Graph

20 Commits

Author SHA1 Message Date
433273ad62
Fix README 2024-10-06 01:42:31 +02:00
d21e448e4a
First finished version 2024-10-06 01:41:53 +02:00
c3c7860b03
Made some modifications 2024-10-05 15:05:23 +02:00
b47a1a4955
Update gitignore using gitignore.io 2024-10-01 19:24:13 +02:00
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
667c19ecc3
Update docstring 2024-10-01 19:18:25 +02:00
375e2066b4
Change return statement to use numpy arrays 2024-10-01 19:17:10 +02:00
2ee3f59702
change plot_plan to take lists and numpy arrays. 2024-10-01 19:16:33 +02:00
b1c6ad01a0
Change function to indexes_to_cities 2024-10-01 19:07:14 +02:00
0e7965f06a
Make some cosmetic changes 2024-10-01 19:06:28 +02:00
4455a4e6f4
Add indexes_to_cities function 2024-10-01 19:05:58 +02:00
309cd59e7d
Add docstring to plot_plan. 2024-10-01 18:01:41 +02:00
258b59c7a4
Add repo URL. 2024-09-29 10:48:49 +02:00
72637728b1
Update gitignore 2024-09-29 10:45:41 +02:00
b475d970b4
First draft of the genetic algorithm. 2024-09-29 10:45:08 +02:00
117446ffb0
First draft of exhaustive search. 2024-09-29 10:44:51 +02:00
cdf19027c3
First draft of exhaustive search. 2024-09-29 10:44:31 +02:00
8cd1623a76
Add data that is going to be used. 2024-09-29 10:43:57 +02:00
9ff1d448a9
Add some common functions. 2024-09-29 10:43:38 +02:00
c1558f767c
Initial commit 2024-09-29 10:43:13 +02:00