You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems straightforward to use the auto-diff in Jax to implement 2nd order ODEs for some arbitrary Langevin w/ dX_i = f_i(X)dt + σ_i dW_i, D_i = σ_i²,
From
it seems straightforward to use the auto-diff in Jax to implement 2nd order ODEs for some arbitrary Langevin w/ dX_i = f_i(X)dt + σ_i dW_i, D_i = σ_i²,
with a quick guess at initial implementation,
NB both math & code were drafted by Claude and require manual & numerical verification
The text was updated successfully, but these errors were encountered: