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

Fix automatic detection of delayed and stochastic systems #285

Open
agchesebro opened this issue Sep 18, 2023 · 1 comment
Open

Fix automatic detection of delayed and stochastic systems #285

agchesebro opened this issue Sep 18, 2023 · 1 comment

Comments

@agchesebro
Copy link
Member

Mostly a reminder for myself so that this gets implemented (not a priority right now). Need to go in and fix the way it's detected, and ideally create another function that just returns the appropriate problem type (e.g., ODEProblem, DDEProblem, SDDEProblem, etc.)

@agchesebro
Copy link
Member Author

Further notes:

  • Switching default Jansen-Rit to ODE #343 switches Jansen-Rit back to ODE, and creates a separate JansenRitDelayed for DDE version
  • This change is mostly being done because JuliaSimCompiler doesn't support delays.
  • Still need a better way to detect delayed edges during system_from_graph and update state calls then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant