-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate functionality to HighDimPDE.jl #514
Comments
The migration of NNPDENS and the associated test file is addressed in the specific issue SciML/HighDimPDE.jl#30. |
Work in progress on branch https://github.com/SciML/HighDimPDE.jl/tree/NeuralPDE_integration. Thanks to @ashutosh-b-b, the integration is almost completed and partially works. A major change is that now in HighDimPDE.jl, only one algorithm, What still needs to be done:
|
@ashutosh-b-b you had a PR around this? What's left here? |
Its merged. HighDimPDE#32, I guess mostly the documentation is left there. |
@ChrisRackauckas,@ashutosh-b-b, the PR is merged, but on the branch https://github.com/SciML/HighDimPDE.jl/tree/NeuralPDE_integration and not on the main branch, as stated above. @ashutosh-b-b, Could you take look at the test files |
@ChrisRackauckas @vboussange the problem with some of the tests is is what we get for and
|
If you end up with Array{TrackedReal} you'll take quite a performance hit. Are you using any mutation that would trigger this? |
That's not mutation, but would still trigger it. Maybe do |
@ashutosh-b-b @ChrisRackauckas , where are we now with this? Would be nice to finally merge all of this work and make a release, since NeuralPDE.jl does not provide anymore the algorithms. Why do we use Tracker here? Wouldn't Zygote be more appropriate? |
The text was updated successfully, but these errors were encountered: