SlideShare une entreprise Scribd logo
Genetic algorithms for shortest path routing
•
•
•
•
•
•
•
•

    2
•
•



•




    3
•
•
•




    4
•




•

•

•




    5
•
•
•


    6
7
•


    8
•
•
•

•




    9
•

•

•




    10
•


•
•




    11
•

•



•
•




    12
13
–


–


–

–
    14
15
•
•

•




    16
•

•

•


    0   2   3   7   9    11   12   17   18   20


    0   4   5   7   10   11   13   15   16   20


                                                  17
•


    18
•

•




    19
•


•

•


•



    20
•



•
•




    21
•

•
•




    22
23
•




•




    24
25
4.5

                   4

            3.5
COMPUTATION TIME




                   3

            2.5                                                    Dijistkra

                   2
                                                                   Genetic
            1.5                                                    Algorithm

                   1

            0.5

                   0
                       15   20   25    30    35     40   45   50
                                      No OF NODES

                                                                               26
27
•


•




    28
•



•

•

•
•
•




    29

Contenu connexe

PPTX
number bases.pptx
PPTX
Gene Regulation Slides
PPTX
Gene regulation eukaryote spptx
PDF
RNA-seq: general concept, goal and experimental design - part 1
PPTX
Tables in vedic mathematics
PPTX
DNA DAMAGE AND REPAIR.pptx
PPTX
chromosomal basis of inheritance
PPTX
Probability & chance
number bases.pptx
Gene Regulation Slides
Gene regulation eukaryote spptx
RNA-seq: general concept, goal and experimental design - part 1
Tables in vedic mathematics
DNA DAMAGE AND REPAIR.pptx
chromosomal basis of inheritance
Probability & chance

En vedette (20)

PPTX
Genetic Algorithm by Example
PPTX
Dijkstra’S Algorithm
PPT
Genetic algorithm
PDF
Genetic Algorithm
PPT
Knowledge Based Genetic Algorithm for Robot Path Planning
PPTX
Review And Evaluations Of Shortest Path Algorithms
PPTX
Shortest path algorithm
PPT
Path Planning And Navigation
PPTX
ODP
14.machine learning
ODP
26.docking
ODP
Genetic Programming in Python
PDF
Security_in_Satellite_Systems_Lisi_2015
PDF
All pair shortest path--SDN
PPTX
Solving the traveling salesman problem by genetic algorithm
PPT
Top-k shortest path
PPTX
Second Project PPT
PDF
Basics of JavaScript
PPTX
Lecture 29 genetic algorithm-example
PPTX
Dijkstra s algorithm
Genetic Algorithm by Example
Dijkstra’S Algorithm
Genetic algorithm
Genetic Algorithm
Knowledge Based Genetic Algorithm for Robot Path Planning
Review And Evaluations Of Shortest Path Algorithms
Shortest path algorithm
Path Planning And Navigation
14.machine learning
26.docking
Genetic Programming in Python
Security_in_Satellite_Systems_Lisi_2015
All pair shortest path--SDN
Solving the traveling salesman problem by genetic algorithm
Top-k shortest path
Second Project PPT
Basics of JavaScript
Lecture 29 genetic algorithm-example
Dijkstra s algorithm
Publicité

Genetic algorithms for shortest path routing

Notes de l'éditeur

  • #13: Crossover probability describes how often crossover would be performed.If no crossover the new off springswould be exact copies of parents
  • #14: Example of one point crossover ..Crossover from the 9th bit
  • #19: 10000 shows impossible paths/ non pathsOther values are costs associated with a path
  • #21: Crossover probability is the measure of how often crossover would be performed.More than 0.5 is optimum
  • #22: Mutation probability (or ratio) is basically a measure of the likeness that random elements of your chromosome will be flipped into something else
  • #23: There may be change in topology of network as some nodes may join the network or some nodes may leave the network or some nodes may fail. Under these circumstances the optimal path may no more be the shortest.Hence the network has to be refreshed at every t secondsand new routes may be generated
  • #26: Reached optimum after 29th run