run

fun run(batch: FitSpec.Batch, importer: DatasetImporter = DatasetImporter.default, catalog: FittingCatalog = FittingCatalog): BatchFitResultData(source)

Runs each entry, returning successful results in submission order and a BatchFailure for each entry whose fit threw. Cancellation exceptions are not swallowed.