de_sim icon indicating copy to clipboard operation
de_sim copied to clipboard

Python-based object-oriented discrete-event simulation tool for complex, data-driven modeling

Results 16 de_sim issues
Sort by recently updated
recently updated
newest added

I can not run both the example files and testing files with this error: AttributeError: '_CaseInsensitiveEnumDict' object has no attribute '_cls_name'

Hi, This issue is related to openjournals/joss-reviews#2685 Let me start off by noting that I've had a quick walkthrough of your notebooks, and they are nicely organized, clear, and understandable....

- Create a tutorial example that is developed in a step-by-step tutorial fashion. - Use multiple Python data science tools in the example. See this feedback from a reviewer of...

In `EventMessageInterface.__init__()` use the default values in `self._default_values`, and use the types of attributes in `self._annotations` to typecheck assigned values.

enhancement

As of Python 3.7, Python's parsing of PEP 526 type annotations does not report replicated attributes properly. A replicated attribute name with default value(s) is not consistent in `namespace` and...

help wanted

- remove `start_time` from `BaseSimulationObject.__init__()` - rename `Simulator.num_events` to `num_handlers_called` - Test, commit & push M/M/1 queueing example

evaluate additional simulation applications make and record replicated runs with each number of sim objs separate from unittests Automatically: retain results with commit tag graph results with distributions across replicated...

A general purpose mechanism to checkpoint and restore a simulation, including all of its simulation objects and the state of the simulation will be hard to build. The easy part...

enhancement

Perhaps a JIT Python run-time can speed up DE-Sim.

enhancement