Kaan Öcal

Results 76 comments of Kaan Öcal

I'd argue that this is an example where two rather important Julia packages don't work together - I understand that this might not be solved now (I could have a...

Thanks! It's about the way EJA and APs interact as stiff solvers work for pure `ODEProblem`s - I can open an issue at RecursiveArrayTools.jl or we can shift this one...

Thanks, much appreciated! This is not an urgent issue given that ComponentArrays do the job, but it might stump future users, which is why I would prefer keeping this open...

That's a good question! Theres `ControlSystems.jl` but that's a huge package. I was thinking of something along the lines of ```julia sdeprob = LinearSDEProblem(drift, diffusion, u0, (0, tmax), p) observations...

Thanks a lot, that's very helpful! In any case being able to add GPs is great functionality. How about `stretch`?

That makes sense. I too am less convinced by this example, but thanks very much for the clarification!

These would definitely be great ideas and would look great in any demo.

I've stumbled upon the same issue with `ThreadsX.map`, with type inference failing at this point similar to this and #182. Is there a quick workaround/alternative for this?

Many thanks for the tip, OhMyThreads seems to do the job! :)

Is it possible to wrap proposal distributions in bijections as of now? I haven't figured out a simple way to do that, any hints on that would be much appreciated!...