RunTableData

constructor(runId: Int = -1, expId: Int = -1, problemName: String = "", solverLabel: String = "", repNum: Int = 0, cellLabel: String = "", status: String = "", startingPointJson: String = "", bestInputsJson: String = "", bestObjective: Double = 0.0, bestPenalizedObjective: Double = 0.0, bestValid: Boolean = false, inputFeasible: Boolean = false, responseConstraintViolation: Double = 0.0, numOracleCalls: Int = 0, numReplicationsRequested: Int = 0, totalIterations: Int? = null, wallClockMillis: Long? = null, gap: Double? = null, gapType: String? = null, errorMessage: String? = null)(source)