Algorithms For Dummies



Download 7,18 Mb.
Pdf ko'rish
bet605/651
Sana15.07.2021
Hajmi7,18 Mb.
#120357
1   ...   601   602   603   604   605   606   607   608   ...   651
Bog'liq
Algorithms

  Considering Heuristics 

     379


    Graph = nx.Graph()

    for j, node in enumerate(letters):

        Graph.add_nodes_from(node)

        x, y = j // 5, j % 5

        x_min = max(0, x-1)

        x_max = min(4, x

+1)+1

        y_min = max(0, y-1)



        y_max = min(4, y

+1)+1


        adjacent_nodes = np.ravel(

            checkboard[x_min:x_max,y_min:y_max])

        exits = np.random.choice(adjacent_nodes,

            size=np.random.randint(1,4), replace=False)

        for exit in exits:

            if exit not in Graph.edge[node]:

                Graph.add_edge(node, exit)

    spacing = np.arange(0.0, 1.0, 0.2)

    coordinates = [[x,y] for x in spacing \

                   for y in spacing]

    position  = {l:c for l,c in zip(letters, coordinates)}

    


    for node in Graph.edge:

        for exit in Graph.edge[node]:

            length = int(round(

                    euclidean_dist(

                        node, exit, position)*10,0))

            Graph.add_edge(node,exit,weight=length)

    if drawing:

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

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

        nx.draw_networkx_edge_labels(Graph, position,

                                     edge_labels=labels)

        plt.show()

    

    return Graph, position



The functions return a NetworkX graph (Graph), a favorite data structure for rep-

resenting graphs, which contains 25 vertexes (or nodes, if you prefer) and a Car-

tesian map of points (position). The vertexes are placed on a 5 x 5 grid, as shown 

in Figure 20-2. The output also applies distance functions and calculates the posi-

tion of vertexes.

graph, coordinates = create_maze(seed=3)




380


Download 7,18 Mb.

Do'stlaringiz bilan baham:
1   ...   601   602   603   604   605   606   607   608   ...   651




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
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