Interface EarlyStopping

interface EarlyStopping {
    minMSE: number;
}

Properties

Properties

minMSE: number

If it gets below this error, it stops

10E-20
Note: sufficient but not necessary condition to stop.
If the error is below this value, it stops.
It does not apply otherwise.