Uses of Package
com.quantfinlib.persist
Packages that use com.quantfinlib.persist
Package
Description
Multi-day persistence of learned state:
Checkpoint — one binary file of named
sections, written at end of day (atomic temp-then-rename, so a crash
mid-save never corrupts yesterday's file) and restored at session start.-
Classes in com.quantfinlib.persist used by com.quantfinlib.persistClassDescriptionRandom access to a loaded checkpoint's sections by name.A model's state deserializer — typically a
readStatereference.A model's state serializer — typically awriteStatereference.Collects named sections and commits them atomically on close.