ccrnn
ccrnn
p.s. Just realised it was unclear on which is universal and which is neural, edited
Thanks for this - how did you find the right form for the [1][1], [1][2], etc? I was trying to find this! With the component array too. What exactly does...
@RajDandekar
Oh, I found a working example in DiffEqFlux that works with Lux & Optimization. Is DiffEqFlux being kept separate? Or it just works there till it's moved over? https://diffeqflux.sciml.ai/stable/examples/multiple_shooting/ Despite...
Well, I moved onto LV Scenario 2, and then thought it could be that I didn't add st û = U(u, p[3:end], st) or [1] û = U(u, p[3:end], st)[1]...
@RajDandekar Thanks, that works! So the next problem here is at the end, beginning at: "# Define the recovered, hyrid model with the rescaled dynamics" When I try to put...
Thanks, I went to try this, but now even before I get to that point, at the BFGS shooting loss, it errors. There is also a problem with the predict...
@RajDandekar
I get the same error on BFGS with this as I was getting with mine this evening...
I just opened up a new folder and started again. So maybe I need to delete .julia and start from nothing, I guess it means there's some conflict somewhere? The...