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

Respects -Dnbs.parquet.enabled. If disabled, logs and returns.

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

Target token used to decide whether to write TOP.