Uniform Cost Search: When Actions Have Different Costs

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 มิ.ย. 2019
  • ** Apologies for the low volume. Just turn it up **
    This video demonstrates how Uniform Cost Search works in an abstract graph search problem with weighted edges.

ความคิดเห็น • 7

  • @showermj
    @showermj 4 ปีที่แล้ว +2

    谢谢老师,开心看到新视频了😄

  • @omkarwarade1455
    @omkarwarade1455 4 ปีที่แล้ว +2

    So when put a note in a visited queue we have to put it's neighbour on the fringe right?

  • @ORagnar
    @ORagnar 3 ปีที่แล้ว +2

    How do you get the algorithm to *retain* the optimal path?

  • @alinajafi9885
    @alinajafi9885 4 ปีที่แล้ว +1

    Thanks :)

  • @shahzaib94
    @shahzaib94 2 ปีที่แล้ว

    why do we remove E from the fringe can you explain me please ...?

  • @jhonlima9802
    @jhonlima9802 3 ปีที่แล้ว +1

    Code in python???