The END IS NEAR

This commit is contained in:
Marius Drechsler 2024-08-19 21:02:18 +02:00
parent dd83a902f8
commit 1bd0bbbb87
5 changed files with 77 additions and 22 deletions

View file

@ -5,12 +5,12 @@
+ *input*: $bold(cal(o))_"first", bold(x), t, M$
+ *lists*: optimal weights $bold(h)_"opt"$
+ $bold(cal(o)) arrow.l bold(cal(o))_"first"$
+ *repeat* t times:
+ #line-label(<alg:bach_1_1>) *repeat* t times:
+ *perform* @alg:best_appr for all input values with $bold(cal(o))$:
+ *update* $bold(h)_"opt"$ with returned weights
+ $bold(z)_"opt" arrow.l$ all returned linear combinations
+ *sort* $bold(z)_"opt"$ in ascending order
+ *define* new quantizer $cal(Q)^*$ using the @ecdf based on $bold(z)_"opt"$
+ *update* $bold(cal(o))$ with newly found quantizer step centers
+ #line-label(<alg:bach_1_2>) *sort* $bold(z)_"opt"$ in ascending order
+ #line-label(<alg:bach_1_3>) *define* new quantizer $cal(Q)^*$ using the @ecdf based on $bold(z)_"opt"$
+ #line-label(<alg:bach_1_4>) *update* $bold(cal(o))$ with newly found quantizer step centers
+ *return* $bold(h)_"opt"$
]