Run Summary
constructor(analysisName: String, runDirectory: String? = null, algorithm: String, solverName: String? = null, modelIdentifier: String? = null, status: ResultsStatus, statusReason: String? = null, startTime: String, endTime: String, elapsedMillis: Long, totalIterations: Int, totalOracleCalls: Int? = null, bestEstimatedObjective: Double? = null, bestPenalizedObjective: Double? = null, bestFoundAtIteration: Int? = null, runId: String, bestInputs: Map<String, Double> = emptyMap(), solverConfiguration: Map<String, String> = emptyMap())(source)