Algorithms For Dummies


Relying on Dynamic Programming



Download 7,18 Mb.
Pdf ko'rish
bet514/651
Sana15.07.2021
Hajmi7,18 Mb.
#120357
1   ...   510   511   512   513   514   515   516   517   ...   651
Bog'liq
Algorithms

  Relying on Dynamic Programming 

     313


Graph = nx.Graph()

Graph.add_nodes_from(range(D.shape[0]))

for i in range(D.shape[0]):

    for j in range(D.shape[0]):

        Graph.add_edge(i,j,weight=D[i,j])

np.random.seed(2)

pos=nx.shell_layout(Graph)

nx.draw(Graph, pos, with_labels=True)

labels = nx.get_edge_attributes(Graph,'weight')

nx.draw_networkx_edge_labels(Graph,pos,

                             edge_labels=labels)

plt.show()

After defining the 

D

 (distance) matrix, the example tests the first, simplest solu-



tion to determine the shortest tour starting and ending from city zero. This solu-

tion relies on brute force, which generates all the possible order permutations 

between the cities, leaving out zero. The distance from zero to the first city and 

from the last city of the tour to zero is added after the total distance of each 

 solution is calculated. When all the solutions are available, you simply choose the 

shortest.

from itertools import permutations

best_solution = [None, np.sum(D)]

for solution in list(permutations(range(1,D.shape[0]))):

FIGURE 16-1: 

Cities 


represented 

as nodes in a 

weighted graph.



314

 

   


  PART 5 


Download 7,18 Mb.

Do'stlaringiz bilan baham:
1   ...   510   511   512   513   514   515   516   517   ...   651




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2025
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish