From 49e286cb8a2465f5d2facc8157e7a944ea7c8969 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Tue, 10 Sep 2024 14:25:11 -0400 Subject: [PATCH] todo --- QUICKCHECK.md | 2 ++ TODO.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/QUICKCHECK.md b/QUICKCHECK.md index f01aeacd4..00b60d8ca 100644 --- a/QUICKCHECK.md +++ b/QUICKCHECK.md @@ -8,3 +8,5 @@ Vec 8 [4.0, 4.0, 4.0, 3.0, 3.0, 3.0, 1.0, 1.0] Vec 8 [4.0, 4.0, 4.0, 3.0, 3.0, 3.0, 1.0, 1.0] - [ ] :qc \xs. (xs˙)'even.⩪xs = even. § xs - [ ] \xs.\ys. (∧)/((=)`xs ys) +- [ ] Jensen-Shannon: H(p+q/2)-(H(p)+H(q))/2 + - [ ] gte 0 (Hellinger as well) diff --git a/TODO.md b/TODO.md index af84eca7c..2e1c4ffa5 100644 --- a/TODO.md +++ b/TODO.md @@ -64,6 +64,7 @@ T16 = T13.dim[0] eor x5, x5, x5 a5 00 05 ca ``` - [ ] think of a better way to handle functions of tuples (internally) + - [ ] `πe` which places in registers? - [ ] map-of-gen. idiom - [ ] bitmask immediates for `and` on aarch64 - [ ] Use `Word64` for sets of registers @@ -156,5 +157,9 @@ o → o → o - [ ] https://github.com/profConradi?tab=repositories - [ ] `isPrime` - [ ] factors : int -> [(int, int)] +- [ ] https://x.com/cneuralnetwork/status/1831994612426387833 +- [ ] cellular automata + - [ ] https://en.wikipedia.org/wiki/Rule_110 + - [ ] https://en.wikipedia.org/wiki/Rule_30 # Debug - [ ] sanity check negative dims