step: readme tweak

This commit is contained in:
NunoSempere 2023-05-24 00:59:16 -04:00
parent dbb7606917
commit 347b13d684

View File

@ -20,11 +20,13 @@ 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 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
- [x] 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:
- [x] Function to predict with a variable number of hypotheses
- [ ] Function to start predicting with a small number of hypotheses, and get more if the initial ones aren't enough.
- [ ] Add the loop of: start with some small number of sequences, and if these aren't enough, read more.
- [ ] ...
- [ ] Infrabayesianism x1: Predicting interleaved sequences