Verification Table Data
data class VerificationTableData(var expId: Int = -1, var problemName: String = "", var responseName: String = "", var inputsJson: String = "", var average: Double = 0.0, var variance: Double = 0.0, var count: Double = 0.0) : DbTableData(source)
One row per response of a problem's verification stage (opt-in): the winning point re-simulated at the experiment's verification replication count.