added DP control, small update of PINN code

This commit is contained in:
NT
2021-03-04 13:32:21 +08:00
parent c6906677f9
commit 3017836c8c
8 changed files with 685 additions and 600 deletions

View File

@@ -17,4 +17,6 @@ achieved via DP approaches it is nonetheless a good time to summarize the pros a
- not compatible with all simulators (need to provide gradients)
- require more heavy machinery (in terms of framework support) than previously discussed methods
Especially the last point is one that is bound to strongly improve in a fairly short time, but for now it's important to keep in mind that not every simulator is suitable for DP training out of the box. Hence, in this book we'll focus on examples using phiflow, which was designed for interfacing with deep learning frameworks. Next we can target more a complex scenarios involving fluids.
Especially the last point is one that is bound to strongly improve in a fairly short time, but for now it's important to keep in mind that not every simulator is suitable for DP training out of the box. Hence, in this book we'll focus on examples using phiflow, which was designed for interfacing with deep learning frameworks.
Next we can target more some complex scenarios to showcase what can be achieved with differentiable physics.