Solving TSP with Genetic Algorithm

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • In this video, I’m going to show you my Matlab code of Genetic Algorithm for solving travelling salesman problem (or TSP), in which the city locations are shown in a Google map. This is a simple version because the Google map is fixed and static. If you need more advanced version in which the Google map is live and dynamic, please let me know by leaving a comment below.
    SUBSCRIBE to receive more videos on the topic of "Solving Optimization Problems", please click here: bit.ly/3r4oIkC
    HERE ARE 6 LISTS OF MY VIDEOS YOU MAY BE INTERESTED IN:
    1. Optimization Using Genetic Algorithm:
    • Optimization Using Gen...
    2. Optimization Using Particle Swarm Optimization:
    • Optimization Using Par...
    3. Optimization Using Simulated Annealing Algorithm:
    • Optimization Using Sim...
    4. Optimization Using Optimization Solvers:
    • Optimization Using Opt...
    5. Optimization Using Matlab:
    • Optimization Using Matlab
    6. Optimization Using Python:
    • Optimization Using Python
    Matlab code: bit.ly/3cw7eXL
    If you have any questions, please let me know by leaving a comment below.
    About Me: learnwithpanda...
    My Blog: learnwithpanda.com
    My Facebook: bit.ly/36234ot
    My LinkedIn: bit.ly/3bbth5e
    Free Music from UA-cam Audio Library.
    Thank you for watching - I really appreciate it :)
    All of my videos on the topic of Solving Optimization Problems: #MyGeneticAlgorithm, #MyMatlabCode, #SolvingOptimizationProblems
    © Copyright by Solving Optimization Problems. ☞ Do not Reup

КОМЕНТАРІ • 31

  • @davidalejandro9155
    @davidalejandro9155 3 роки тому +1

    Hello your videos are very helpful. Can you do a video about day scheduling for charging VE using GA?

  • @adamabdullah9714
    @adamabdullah9714 3 роки тому +2

    Hello this video really help me a lot. I realize that the distance for each city is calculated using euclidean distance formula. Can sir do a video using haversine formula? Which give distance approximate near to real distance in google map. I already sent an email to sir. Thank you

  • @arunmozhib7369
    @arunmozhib7369 3 роки тому

    Extremely Useful

  • @happymonster1830
    @happymonster1830 Рік тому

    Hello, can you do another one but with random 40 cities?

  • @bryangustavoparedes2723
    @bryangustavoparedes2723 2 роки тому

    Hello, How did you get the location data?

  • @hymntosea
    @hymntosea 3 роки тому

    Thank you for your sharing

  • @smartguy1313
    @smartguy1313 2 роки тому

    what is the constraint in this problem?
    may you please tell me... Thanks

    • @SolvingOptimizationProblems
      @SolvingOptimizationProblems  2 роки тому

      We visit each city only one time and we come back the first city

    • @smartguy1313
      @smartguy1313 2 роки тому

      @@SolvingOptimizationProblems Is this problem satisfy this question? or any other problem which satisfy the below statement? Please reply me.. I have to submit the final report...I'll be thankful to you for this act of kindness.
      A project about combinational optimization problem solving using intelligent
      optimization algorithms is required. Modeling, implementation are included.

  • @sekhardaggupati3637
    @sekhardaggupati3637 3 роки тому

    can you do a video on simulated annealing in matlab for vehicle Routing Problem

    • @SolvingOptimizationProblems
      @SolvingOptimizationProblems  3 роки тому +1

      Many thanks for your suggestion. I have SA in Matlab for general problems, not for VRP. Will try it.

    • @alphageek2535
      @alphageek2535 3 роки тому

      Hello mate. Thank you for making this video. If it possible, i want ask the same thing with him.

  • @serhat_ozdemir96
    @serhat_ozdemir96 Рік тому

    how can I get the cordinats like this?

  • @raghad3189
    @raghad3189 2 роки тому

    I want your email , i write a code but i have problem on it, can you help me

  • @raghad3189
    @raghad3189 2 роки тому

    Can i have your code

  • @meerahalkaabi2702
    @meerahalkaabi2702 3 роки тому +1

    Can u please send me ur email , i did this problem but i had some issues in the code !!

  • @tungtranvan7410
    @tungtranvan7410 3 роки тому

    Thank you for your sharing