Solve the Traveling salesman problem (Genetic Algorithm, Ant Colony Optimization)

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 19

  • @radifire
    @radifire Рік тому +3

    Minor correction here 0:49. Only the decision version (i.e. is there a tour with cost less than c) is NP-Complete. The general problem of finding the cheapest tour is NP-Hard, but not NP-complete.
    Great video regardless!

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

      Thanks for the correction

  • @amranisudi9575
    @amranisudi9575 2 роки тому +1

    Keep it up auctux

  • @Auctux
    @Auctux  2 роки тому +1

    Thanks for watching the video ✌️

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

      What name of background music at 4:00?

  • @arnoldkajibwami1328
    @arnoldkajibwami1328 2 роки тому +1

    well done @Auctux

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

      Merci prof

  • @theWorldOfIss
    @theWorldOfIss Рік тому +1

    How to implement multiple traveling salesman problem using NSGA-2 in python.

  • @jujeep3204
    @jujeep3204 2 роки тому +1

    How to use the code, now I have a little confuse.

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

    When intro rolled, I felt like Superman :)

    • @Auctux
      @Auctux  2 роки тому +1

      😉 Man of steel

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

    What name of background music at 4:00?

  • @theWorldOfIss
    @theWorldOfIss Рік тому +2

    How to solve multiple traveling salesman problem using NSGA-2 in python? Help me brother 🙏🙏🙏

  • @brigasazura5575
    @brigasazura5575 2 роки тому +2

    Can you make a script for taxiway route in airport??

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

      Can you explain a little bit more ?

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

      I have a case.
      .
      Taxiway is very important in the airport. Taxiway connected from runaway to Appron. In the airport usually using sistem first come first served. but sometimes it's not efficient and make flights schedule delay.
      .
      I want to using genetic algorithm to choose a new efficient trajectory for taxiway, without make a collision in the intersection of taxiway.

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

      I'm a littlebit confuse in fitness function too.