fun print(runResult: Triple<List<BinarySolution>, List<BinarySolution>, Triple<String, String, Long>>, model: DatasetModel)
Write final snapshot artifacts for a completed run to both CSV and Parquet.
Parameters
run Result
Triple of:
first = all solutions evaluated,
second = selected top solutions,
third =
(actualTarget, threadName, computingTimeMs)
.
model
Dataset context providing naming and path layout.