docs(v2.0.0-alpha.4): enrich v2.0 notebooks with FR sandwich + real-world examples
Each of the eight v2.0 companion notebooks (10_bsde through 17_generative_calibration) now follows the mandatory pedagogical sandwich structure: PRE markdown : theorem / model / pivot equation / what the cell verifies CODE cell : labelled prints + at least one matplotlib figure POST markdown: expected result, graph reading, conclusion Each notebook carries at least one concrete real-world example (heat plate, inverted pendulum, opinion polarization, collective decision, OU drift under Cauchy noise, mixture vs gaussian MMD, etc.) Generator script: scripts/enrich_v2_notebooks.py Doc plots refreshed via scripts/inject_doc_plots.py.
This commit is contained in:
@@ -45,6 +45,8 @@ Interacting-particle Euler scheme for $dX_t = θ(\bar X_t - X_t) dt + σ dW_t$ (
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. AUTO-PLOT-BEGIN
|
||||
.. image:: ../_static/auto/algorithms__mckean_vlasov/block_03_fig_01.png
|
||||
:align: center
|
||||
@@ -68,6 +70,8 @@ Interacting-particle Euler scheme for $dX_t = θ(\bar X_t - X_t) dt + σ dW_t$ (
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. AUTO-PLOT-BEGIN
|
||||
.. image:: ../_static/auto/algorithms__mckean_vlasov/block_04_fig_01.png
|
||||
:align: center
|
||||
|
||||
Reference in New Issue
Block a user