Vehicle Routing using Genetic Algorithms

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • This video explains how to solve the vehicle routing problem (simplified version) using genetic algorithms
    Find the model here:
    cloud.anylogic.com/model/3437...
    Research reference
    www.researchgate.net/publicat...
    www.tutorialspoint.com/geneti...
    Simulation courses
    noorjax.teachable.com
    #milk-runs
    #vehicle-routing-problem
    #genetic-algorithms

Komentáře • 22

  • @user-ny3mg5ln3u
    @user-ny3mg5ln3u Před 4 měsíci +1

    Thank you !

  • @JacoBenVosloo
    @JacoBenVosloo Před 2 lety +1

    Very cool!

  • @Ever4u
    @Ever4u Před 3 lety +1

    Thank u

  • @egecihangir2650
    @egecihangir2650 Před 3 lety

    Hello Felipe,
    Thanks for the informative video. I wonder, where did you write down GA codes. And how did you integrate codes with AnyLogic?
    Thank you!

    • @noorjaxconsulting5209
      @noorjaxconsulting5209  Před 3 lety +2

      you can check in the description the link to the model in the anylogic cloud and you can download the source code and see for yourself :)

  • @pouriaavangard8800
    @pouriaavangard8800 Před rokem +1

    I was wondering which kind of application you used for the simulation?

  • @chotadaaud914
    @chotadaaud914 Před 4 měsíci +1

    Can I get a real map feature integration with Google map kind of thing

  • @sterben1957
    @sterben1957 Před 7 měsíci

    My company delivers multiple vehicles to multiple locations (latitude, longitude) from the factory. So, I have to find an optimized route while finding out how many vehicles do I need to send to those locations based on the optimized route? What will be the steps to solve my problem using genetic algorithms?

    • @noorjaxconsulting5209
      @noorjaxconsulting5209  Před 7 měsíci

      you can still use GA, nevertheless this video shows the simplified example but you can extend it to your case but you will need to think about it yourself... you can contact us if you want us to support your project

  • @elatarsaid461
    @elatarsaid461 Před 3 měsíci

    Thank you for this video... I am looking for solving capacited vehicle routing problem using a swarm metaheuristic ... can I contact u and how for more information if it"s possible and thank u again

  • @laythabdulkareem1887
    @laythabdulkareem1887 Před 2 lety

    I need the source code of this simulator, can I ??

  • @kelixoderamirez
    @kelixoderamirez Před 2 lety +1

    permission to learn sir

  • @shauryasaxena5263
    @shauryasaxena5263 Před 4 měsíci +1

    Thanks a lot sir😊😊

  • @kamalibraimm2751
    @kamalibraimm2751 Před 3 měsíci

    Can I get your contact, I want to solve a capacited vehicle routing problem by a swarm metaheuristic

  • @melihcanaygun9600
    @melihcanaygun9600 Před 2 lety

    I am wondering, can I convert this to a vehicle allocation problem for vessels?

    • @noorjaxconsulting5209
      @noorjaxconsulting5209  Před 2 lety

      Genetic algorithms are multi purpose so you will have to modify it accordingly. But yeah