JuliaDynamics / DiscreteEvents.jl

Discrete event generation and simulation in Julia
MIT License
56 stars 10 forks source link

Simplify and streamline documentation #23

Closed pbayer closed 4 years ago

pbayer commented 4 years ago
zhangliye commented 4 years ago

The examples of SimPy is organized in the categories of features. I find it is easy for the new users to write hie/her own simulation quickly according to the corresponding example. Some of the examples of are organized as the categories,

Condition events

Interrupts

Resources: Container

pbayer commented 4 years ago

Now I rewrote the introductory examples giving one example each for

  1. event based and
  2. process based simulation.

Those are serious examples and no toy examples anymore. More examples are on DiscreteEventsCompanion.