forIncomplete

fun forIncomplete(config: OptimizationRunConfiguration, status: ResultsStatus, runId: String, startTimeIso: String, endTimeIso: String, elapsedMillis: Long, latestBest: LatestBestSnapshot?, statusReason: String?, solverInstance: Solver? = null, runDir: Path? = null): RunSummary(source)

Build a partial RunSummary for a run that did not complete successfully. latestBest is the best-so-far data the host captured from the last IterationCompleted event; it may be null if the run aborted before any iteration fired.