Confirmation Table Data
data class ConfirmationTableData(var expId: Int = -1, var problemName: String = "", var candidateNum: Int = 0, var inputsJson: String = "", var objective: Double = 0.0, var penalizedObjective: Double = 0.0, var numReplications: Double = 0.0, var isWinner: Boolean = false) : DbTableData(source)
One row per confirmed finalist of a problem's confirmation stage: the finalist's point, its CRN-confirmed estimates, and whether it won.