Package-level declarations

Types

Link copied to clipboard
data class RegressionFitRecord(val timestamp: LocalDateTime, val response: String, val modelExpression: String, val coded: Boolean, val confidenceLevel: Double, val fit: RegressionResultsIfc, val savedPaths: List<Path> = emptyList())

One record in the experiment-app regression-fit history. Records are appended on every successful fit and survive until the host's bound (typically MAX_RECENT_FITS on its controller) evicts them, the user removes them, or an R1 lifecycle event (Simulate / structural mutation / reset) clears the whole list.