feat: Allow study progress to be saved & resumed (#106)

* feat: Store active study in log/study.jsonl and allow resuming

* Simplify resume logic with load_if_exists=True

* Significantly improve flexibility of study save/load

* Put constructor arguments at the highest precedence

* Review comments

---------

Co-authored-by: Spiky Moth <spikymoth@pm.me>
This commit is contained in:
anrp
2026-01-23 14:19:37 +00:00
committed by GitHub
parent d5c834c51d
commit ebc22c299e
4 changed files with 119 additions and 21 deletions
+3
View File
@@ -17,3 +17,6 @@ wheels/
# Configuration files
/config.toml
# Study checkpoints
/checkpoints/*.jsonl