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 CSV.
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
Explicit target token (used to decide whether to write TOP).