aelmokadem

Results 8 issues of aelmokadem

Hi, I am trying to recreate the simple example in `2019-oct-demo.jl` but it seems that `dynamicHMC` function is not recognized! Was the function changed or am I missing something? This...

Hi, I have a general question about the proper workflow to use when recovering unknown dynamics. My understanding is that if we want to recover Michelis Menten dynamics we would...

Hi, I was hoping someone could point me to an example that integrates Neural ODEs and SInDy together on just the unknown flux in an ODE. The Neural ODE example...

Hi, Just a simple question, how do we get access to error estimates for the recovered terms? Thanks.

Hi, I am trying to solve this PDE system and getting the error below. Any ideas what I am missing here?! Thank you. Modeling code: ``` using DifferentialEquations, ModelingToolkit, MethodOfLines,...

question

Hi, I am getting the error below with `ModelingToolkit.get_unit`. Seems like a bug to me! Code to reproduce error ```julia using DifferentialEquations, ModelingToolkit, Unitful function MOD(; name) pars = @parameters...

bug

Hi, I am playing with the code to run Bayesian SGLD inference on a UDE example similar to the one in file BayesiaNUDE_PSGLD_LV.jl. I just have two questions: - The...

Hi, I am writing a paper and I reference DynamicQuantities.jl so I am wondering what would be the best way to cite the packge! Thanks.