Stworzenie def najlepsza sciezka
This commit is contained in:
parent
c4112e247b
commit
5342416278
7
genetyczny.py
Normal file
7
genetyczny.py
Normal file
@ -0,0 +1,7 @@
|
||||
import mlrose
|
||||
|
||||
def best_route (lista_paczek):
|
||||
|
||||
koordynaty_paczek = mlrose.TravellingSales(coords = lista_paczek)
|
||||
|
||||
return best_state
|
Loading…
Reference in New Issue
Block a user