Ant Colony Optimization - Part 5: Example - Traveling Saleman Problem (TSP)

Поділитися
Вставка
  • Опубліковано 6 бер 2022
  • This video is about Ant Colony Optimization - Part 5: Example - Traveling Saleman Problem (TSP)
  • Навчання та стиль

КОМЕНТАРІ • 13

  • @gustavorolim5706
    @gustavorolim5706 Рік тому +4

    Great video. It helped a lot to implement the algorithm in the context of machine scheduling.

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

    Very helpful!

  • @dylanmortimer5815
    @dylanmortimer5815 11 місяців тому +2

    Super helpful video, thanks heaps : )

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

    thank you sir

  • @shivambhushan5080
    @shivambhushan5080 7 місяців тому

    Sir please explain, if the original path chosen for each ant in the beginning is through transition probabilities and if yes how, or if it is random

  • @HM-wm7xk
    @HM-wm7xk Місяць тому

    Hi, I can see this Salesmen Travelling Problem is symmetric, i.e., the distance matrix is symmetrical, the distance traveled between two points is the same.
    By the same way, can I proposed the pheromone travelled between two points in this problem be the same? i.e, the pheromone matrix is symmetrical in the Salesmen Travelling Problem?
    Will this through affect the solution?

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

    Thank you professor

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

      Thank you.

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

      @@hklam2368 Can i contact you regarding this presentation there is point i didn't understand and I'm working on a AI project? thanks

  • @PivotStickmanAnimations
    @PivotStickmanAnimations 2 місяці тому

    always nice to learn a thing or two from elon musk.

  • @m0elj0n0
    @m0elj0n0 9 місяців тому

    Prof Lam, At 11:50 for the AS method: why the contributions from ant 1, 2 and 5 are 1/15? Would you please elaborate on this? Should they be the same as SACO (1/35, 1/55, 1/40)? Thank you.

    • @hklam2368
      @hklam2368  9 місяців тому +1

      Thanks for your comment. The contributions from 1, 2 and 5 are 1/15 because they follow the Ant-quantity AS contribution rule given on the bottom right-hand side of the slide at 11:50. The update rule is Q/d_{ij}(t).

  • @securityK
    @securityK 9 місяців тому

    支持