-
Notifications
You must be signed in to change notification settings - Fork 4
Using new CoupledSDEs
#116
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
Conversation
up JET compat fix downgrade compat? fix downgrade compat? fix downgrade compat? up StochasticDiffEq compat
cbd7e9f
to
06115ab
Compare
try another format github action turn on formatter in PR
ded0d1b
to
c220516
Compare
@reykboerner I set all the tests that ckeck the action value to broken. The reason whu it is so large is because the inverse of the the covariance matrix. Which for a noise strenght |
Before, we weren't including the scalar |
Regarding simulation, there are now three functions:
What do you think of this and the naming @oameye @ryandeeley @raphael-roemer ? |
Since |
Sounds good to me. I think it is good to have an extra name for "relaxation" to make it a bit clearer that it does not take into account the stochastic part of the equation. However, calling it "det_rajectory" or something similar might make it even more obvious. |
Yeah, I also don't find |
|
Yes, We could have a function
They return slightly different things. |
Okay, so how would we resolve this without moving either the function or the type into
And would this overcome the type piracy? I don't think I really understand it.
Okay, yes, I see this, although it wasn't really what I was trying to say. I meant we use multiple dispatch to allow |
The problem would be solved if we define the function in @Datseris what do you think of including a wrapper |
Hi, |
There is a long discussion I haven't been part of, can someone please summarize the issue you have, not the solution you propose, so I can give proper advice? (I won't have the time to back trace the whole discussion) |
It works perfectly but the docstring says it is only a simple wrapper that does not work well with callbacks for continuous systems. So the issue is that we would like to have a function that offers the full functionality of |
I should improve the docstring as it actually isn't a wrapper of I think it is fine if you extend What situations do you need |
We need So I have removed |
Replace the
CoupledSDEs
type defined in the package with the newCoupledSDEs
type loaded fromDynamicalSystemsBase v 3.11
.This will be a breaking change in the core type of the package.
Todo's
DynamicalSystemsBase.trajactory
frameworkrelax
?