class FlatFileExperimentStorage : ExperimentStorage
(source)
Class which uses a flat JSON file as an experiment storage mechanism
file
- file where to store experiments
FlatFileExperimentStorage(file: File)
Class which uses a flat JSON file as an experiment storage mechanism |
fun retrieve(): ExperimentsSnapshot
Reads experiments from disk |
|
fun save(snapshot: ExperimentsSnapshot): Unit
Stores the given experiments to disk |