-
Notifications
You must be signed in to change notification settings - Fork 13
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
Non-diagonal noise support #100
Comments
I have made some workaround. |
Thank you for raising this issue and providing a workaround. I just returned from holiday and will look into this problem within the next weeks. |
Just to clarify: Do you want "local, non-diagonal" noise at each vertex, or should noise terms at different vertices interact with each other as well? |
For the first case I would suggest to construct the noise function It might then make sense to define a new constructor that directly assembles a |
I would like to use the first one, hence your suggestion:
would suffice. I had a strong bias that I had to introduce a second graph layer. |
Should I close the issue? I am new to this kind of communities so have not yet been sure of the conventions. |
I'll leave it open for now, since the issue is not entirely fixed. For once, it would be nice to have such a On the other hand, we recommend the approach with "the second graph layer" in our tutorials when sometimes it would be more straightforward to implement When these thing are done, i will close the issue. |
I agree with the idea that such |
Hello,
SDEs with non-diagonal noise:
https://diffeq.sciml.ai/stable/tutorials/sde_example/#Example-4:-Systems-of-SDEs-with-Non-Diagonal-Noise
give rise to assersion error trapped at L91 of:
https://github.com/PIK-ICoNe/NetworkDynamics.jl/blob/57635388611caddabc47f7bfd64899b3aaf1f1c8/src/nd_ODE_Static.jl
I would appreciate it if you could add support or suggest a workaround.
The text was updated successfully, but these errors were encountered: