diff --git a/genetyczny.py b/genetyczny.py new file mode 100644 index 0000000..95da281 --- /dev/null +++ b/genetyczny.py @@ -0,0 +1,7 @@ +import mlrose + +def best_route (lista_paczek): + + koordynaty_paczek = mlrose.TravellingSales(coords = lista_paczek) + + return best_state \ No newline at end of file