printSnapshot

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).

allSolutions

All solutions to dump to FUN/VAR.

topSolutions

Representative top solutions (BEST/WORST only) for TOP.

actualTarget

Explicit target token (used to decide whether to write TOP).