Iterative Deepening Depth First Search 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

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

  • @Exadeful
    @Exadeful 7 ปีที่แล้ว

    The previous video as well as this one are absolutely brilliant. Thank you!

  • @ruffianeo3418
    @ruffianeo3418 8 ปีที่แล้ว +2

    At least in game programming (combined with e.g. alpha_beta_search), iterative deepening relies on the fact that the search algorithm used, uses a transposition table. Thus, the repeated evaluation of nodes is partly amortized. As soon as one tries to implement such a scheme, the question arises, how the strategies for updating and using the transposition table (which fills up with each deepening of iterative deepening loop) might look like. I have yet to find a lecture which explains that crucial point.

  • @ravvvv11
    @ravvvv11 11 ปีที่แล้ว

    im happy about there is a ppl like you who tries to help other

  • @virusai7321
    @virusai7321 8 ปีที่แล้ว +1

    This is exactly what i was looking for... :)

  • @jeannie23333
    @jeannie23333 3 ปีที่แล้ว

    Great video - thanks for this!

  • @alanjohnstone8766
    @alanjohnstone8766 7 ปีที่แล้ว

    I know this is a long time after posting but in dbSsearch should the recursive call be
    dbsearch(n0...NK-1,n) rather than dbsearch(n0...NK,n) ????
    Alan

  • @AVI470
    @AVI470 8 ปีที่แล้ว

    Great Video THANK YOU!

  • @ravvvv11
    @ravvvv11 11 ปีที่แล้ว

    Thanx man you saved my day

  • @LuamCortez
    @LuamCortez 8 ปีที่แล้ว

    thank you so much :p

  • @NinadSheth
    @NinadSheth 10 ปีที่แล้ว

    Nice :D