public EarlyStoppingResult(TerminationReason terminationReason, String terminationDetails,
                    Map<Integer, Double> scoreVsEpoch, int bestModelEpoch, double bestModelScore, int totalEpochs,
                    T bestModel) {
        this.terminationReason = terminationReason;
        this.terminationDetails = terminationDetails;