Add svg, update ondir_flow diagram

This commit is contained in:
2025-06-03 10:40:44 +02:00
parent 52dda50048
commit 5d5fd300ad
11 changed files with 17610 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ affiliations:
format:
revealjs:
embed-resources: false
self-contained-math: true
footer: ""
width: 1280
height: 720
@@ -19,7 +20,6 @@ format:
smaller: true
fig-format: svg
slide-number: true
self-contained-math: true
crossrefs-hover: true
pagetitle: "De-Fence"
html-math-method: mathjax
@@ -393,7 +393,7 @@ col_yellow <- "#FCE135"
::: {.column width="48%"}
<center>
<img src="assets/ondir/ondir_flow.png">
<img src="assets/ondir/ondir_flow.svg">
</center>
Reduces estimation time by 2-3 orders of magnitude
@@ -1543,7 +1543,7 @@ For $L = 1$ we receive constant weights
Weights converge to the constant solution if $L\rightarrow 1$
<center>
<img src="/assets/crps_learning/weights_kstep.gif">
<img src="assets/crps_learning/weights_kstep.gif">
</center>
:::