-
Does torchdiffeq support inverse problem solving?
For example, can it compute the sigma, rho, beta parameters in the Lorenz system? The solution of the system, with the known parameters (10, 28, 8.…
-
## Description
Werkzeug 2.0.3 has a potential security vulnerability, we need to update to 2.1.1 and fix the test cases for that.
-
Dear Dr. Lu,
I am trying to set double float precision in one of the inverse example: https://github.com/lululxvi/deepxde/blob/master/examples/pinn_inverse/Lorenz_inverse.py.
When I add "dde.co…
-
- Gretas (greta.brachmann@t-online.de) zweite Story ist im Dashbaord und beim Anklicken danach fehlerhaft (siehe Screenshot)
- außerdem hat sie mir dazu ne Mail geschickt: "He Jan, meine zweite Story…
-
[Lorenz example from the docs](https://docs.sciml.ai/DiffEqDocs/stable/getting_started/#Example-2:-Solving-Systems-of-Equations) has type instabilities both in the problem definition and the `solve` c…
-
eg. lorenz
```
function lorenz!(du,u,p,t)
σ,ρ,β = p
du[1] = σ*(u[2]-u[1])
du[2] = u[1]*(ρ-u[3]) - u[2]
du[3] = u[1]*u[2] - β*u[3]
end
```
modify to :
```
functio…
-
### Feature Request
Hi,
Thank you for your continued work on PySR! I’ve been interested lately in using PySR to model complex physical systems, specifically working on symbolic regression for time…
-
**REMEMBER TO ATTACH YOUR LOG FILE**
Version: 1.2.0
Locale: es_ES
Platform: Windows 10 10.0.22621 AMD64
```
\site-packages\mu\virtual_environment.py", line 828, in create
self.install_ba…
-
... problem is that the biggest issues for deliberative democracy are not those with a positive truth; so again, the internal validity of the experiment is great but the external one very problematic.…
-
What kind of nice demos we can do with PM 1.0 ?
At the moment, we have the following ones :
- compute digit of Pi
- Lorenz system : https://en.wikipedia.org/wiki/Lorenz_system
- a demo about a…