tweak: savepoint

This commit is contained in:
NunoSempere 2023-05-23 23:48:50 -04:00
parent 97259baf4b
commit 22eb848911

View File

@ -20,9 +20,16 @@ Where stripped.gz can be found at <https://oeis.org/wiki/JSON_Format,_Compressed
- [ ] Exploration of OEIS data
- [ ] Subdivide subsequent tasks into steps
- [ ] Simple prediction of the next integer
- [x] Simple predictions v1
- [ ] Wrangle the return types to something semi-elegant
- [ ] Maybe add some caching, e.g., write continuations to file, and read them next time.
- [ ] JIT Bayesianism
- [ ] Add the loop of: start with some small number of sequences, and if these aren't enough, read more.
- [ ] ...
- [ ] Infrabayesianism x1: Predicting interleaved sequences
- [ ] Infrabayesianism x2: Deterministic game of producing a fixed deterministic prediction, and then the adversary picking whatever minimizes your loss
- [ ] Write the actor
---