Event discrete simulation with SimPy

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

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

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

    Wonderful video. Make more such informative videos for users like us.

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

    Shouldn't it be Discrete Event Simulation rather than Event Discrete Simulation in the caption ?

  • @Bill2008ful
    @Bill2008ful 5 ปีที่แล้ว

    Very good presentation! Thank you!

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

    The code from minute 8:00 is not working for me (when trying to follow the condition event example)

  • @dakkumar
    @dakkumar 5 ปีที่แล้ว

    Stefan, at cue-in t = 6:00, you write
    def speaker(env):
    yield env.timeout(30)
    return 'handout'
    But that does not seem legal. And it does not work. It flags this error: SyntaxError: 'return' with argument inside generator
    There can be no return statement inside a generator, can there? Please explain.

    • @beecee4076
      @beecee4076 5 ปีที่แล้ว +1

      Perhaps you're using Python 2.7?
      Try using Python 3+

  • @pockeystar
    @pockeystar 9 ปีที่แล้ว +3

    One typo in the presentation.
    BREAK_LENGTH
    not LEN_BREAK
    Otherwise the code doesn't work.

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

    on the condition events (7:43) if I put exactly 30 in speaker env.timeout it will become error

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

      You could raise this as an issue on the GitLab or GitHub for SimPy.

  • @outofbody4788
    @outofbody4788 4 ปีที่แล้ว

    I'm not sure I really see the benefit vs. making my own simulator to do the same task.

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

      im thinking about the same. I think sometimes its much easier to use a simple While loop instead.

  • @jibraniqbal7830
    @jibraniqbal7830 6 ปีที่แล้ว +1

    bandersnatch anyone? simulation?

  • @muuanmies7372
    @muuanmies7372 5 ปีที่แล้ว +1

    senpai