Hello,
I was going through the code behind the paper for Scientific machine learning here: universal_differential_equations/scenario_1.jl at master · ChrisRackauckas/universal_differential_equations · GitHub
and I am not able to duplicate the sparse regression. Instead of getting the two parameter model I instead get a 22 parameter model. I have not changed any code (aside from not allowing f_increases for BFGS because the model was unable to finish training if I did not include that) or dependencies and am using Julia 1.7.3 (which I think from the top level Manifest file is the right version). Does anyone know what might be going on here? I would have thought a consistent manifest file wouldn’t have issues with reproducibility. Happy to provide more details if needed