Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate improved handling of Zeno behaviour #32

Open
ralfgerlich opened this issue May 20, 2021 · 0 comments
Open

Investigate improved handling of Zeno behaviour #32

ralfgerlich opened this issue May 20, 2021 · 0 comments
Labels
enhancement New feature or request modypy.simulator Affecting the simulator

Comments

@ralfgerlich
Copy link
Member

Zeno behaviour occurs when zero-crossing events (and associated changes of system state) occur at ever-decreasing time-distances from each other. This may lead to stalling the progress of simulation time.

So far, we detect excessive occurrence of zero-crossing events, and throw an exception if this occurs. However, there are strategies for resolving some types of Zeno behaviour. An overview is given in https://doi.org/10.3182/20080706-5-KR-1001.01346 (thanks @albert-mathews for pointing this out).

Implementation of these strategies in MoDyPy should be investigated.

@ralfgerlich ralfgerlich added the enhancement New feature or request label May 20, 2021
ralfgerlich pushed a commit that referenced this issue May 28, 2021
…ng event occurred and extract event handling policy (references #32, closes #31)
@ralfgerlich ralfgerlich added the modypy.simulator Affecting the simulator label Jun 10, 2021
@ralfgerlich ralfgerlich changed the title Investigate improved zero-crossing location and handling of Zeno behaviour Investigate improved handling of Zeno behaviour Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request modypy.simulator Affecting the simulator
Projects
None yet
Development

No branches or pull requests

1 participant