print Snapshot
fun printSnapshot(model: DatasetModel, allSolutions: List<BinarySolution>, topSolutions: List<BinarySolution>, actualTarget: String)
Write a full snapshot of FUN/VAR (and TOP when applicable) to Parquet.
Respects -Dnbs.parquet.enabled
. If disabled, logs and returns.
Parameters
model
Dataset model (paths, labels, and run parameters).
all Solutions
All solutions to dump to FUN/VAR.
top Solutions
Representative top solutions (BEST/WORST only) for TOP.
actual Target
Target token used to decide whether to write TOP.