@Override
    public String toString() {
        return "EarlyStoppingResult(terminationReason=" + terminationReason + ",details=" + terminationDetails
                        + ",bestModelEpoch=" + bestModelEpoch + ",bestModelScore=" + bestModelScore + ",totalEpochs="
                        + totalEpochs + ")";