Queuing System Discrete Event Simulation in Python (Process interaction)

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

КОМЕНТАРІ • 17

  • @santiagosanchezcorrea5043
    @santiagosanchezcorrea5043 5 років тому

    Hello Paul, Your way to explain these topics is amazing, Can u share the pptx of this video or some related works of Queuing Systems. Thanks

  • @EnayonSTAIWO
    @EnayonSTAIWO 6 років тому +2

    Hi Paul, I like to simulate an appointment scheduling queue with patient no-show behavior in the clinic setting. Can you help with any effective tutorial link or advice?

  • @Marva123
    @Marva123 6 років тому

    Your videos are awesome. Could you do one on simulating a AIMD for networking?

  • @weiang820
    @weiang820 6 років тому

    Hi Paul, is this video achieving the same function as the other video "Queuing System Discrete Event Simulation in Python (Event-scheduling)" but using simpy?

    • @weiang820
      @weiang820 5 років тому

      @@paulgrogan6170 Yes, simpy is more powerful but abstract the workings, this one is not too bad for understanding how it works. Thanks!

  • @MuggleSpark
    @MuggleSpark 6 років тому

    Hello, I have a question. Could I create more than one inter arrival starting all at zero time ?

  • @joacimjohnsson
    @joacimjohnsson 3 роки тому

    Hello Paul, How do I simulate a MeanTimeBetweenFailure for a resouce that I have requested? Do I need to have a parallell process running to check if resources is down (or maybe on a brake)

    • @paulgrogan6170
      @paulgrogan6170  3 роки тому +1

      Take a look at the Factory System example - it uses an overly simplistic model for failures, but helps to explain how to manage spares and repair activities in SimPy.

  • @aripurwanto4702
    @aripurwanto4702 6 років тому

    thank you

  • @sornajavadi4883
    @sornajavadi4883 5 років тому

    Hi Paul thank you for your fantastic videos.
    Would you please simulate a scenario where there are 3 distinct manufacturing processes each of which are doing something different to the product.
    Thank you

    • @sornajavadi4883
      @sornajavadi4883 5 років тому

      Paul Thank you I cannot wait to see it.

    • @sornajavadi4883
      @sornajavadi4883 4 роки тому

      Hi Paul would you please create a video covering the above scenario

  • @zealbertbayle4227
    @zealbertbayle4227 5 років тому

    What if you have the data and you don't have to genarate a random? For example, we have a data recorded and we just want import it to the program.

  • @weiang820
    @weiang820 6 років тому

    Your videos are awesome! Do you have a website to provide reference?

    • @weiang820
      @weiang820 5 років тому

      @@paulgrogan6170 I used it to write a simulation for a research. Would be helpful to reference a website than a youtube clip. Thanks!

  • @wallacecheng4719
    @wallacecheng4719 6 років тому

    Can you please share the lecture notes? Thank you!