SSPDEBench commited on
Commit
9e56728
·
verified ·
1 Parent(s): 5110e2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -33,4 +33,6 @@ For each SPDE, we provide data for different truncation degree (denoted by eps)
33
  denoted by u0). For the **dynamical Phi42 model**, we provide data generated by two different
34
  method: with implementing renormalization (denoted by reno) and without implementing renormalization (denoted by expl). For the **stochastic Ginzburg-Landau equation**, we provide data of
35
  different value of additive diffusive term sigma (sigma = 0.1 or sigma = 1). For the **KdV equation**, we provide data of two different type of diving noise: cylindrical Wiener
36
- process (denoted by cyl) and Q-Wiener process (denoted by Q).
 
 
 
33
  denoted by u0). For the **dynamical Phi42 model**, we provide data generated by two different
34
  method: with implementing renormalization (denoted by reno) and without implementing renormalization (denoted by expl). For the **stochastic Ginzburg-Landau equation**, we provide data of
35
  different value of additive diffusive term sigma (sigma = 0.1 or sigma = 1). For the **KdV equation**, we provide data of two different type of diving noise: cylindrical Wiener
36
+ process (denoted by cyl) and Q-Wiener process (denoted by Q).
37
+
38
+ The code is available at [Github](https://github.com/DeepIntoStreams/SPDE_hackathon).