Releases: JuliaAI/EarlyStopping.jl
Releases · JuliaAI/EarlyStopping.jl
v0.2.0
EarlyStopping v0.2.0
Diff since v0.1.9
- (breaking) Fix a
PQ
stopping criterion bug and change behaviour to align more closely with Patchelt's paper (don't stop until you have the required number of training losses) (#28, #290) @awadell1
- (breaking for implementers of new criterion) Tweak API for stopping criteria by viewing
nothing
as equivalent to uninitialised state (#290) @awadell1
Closed issues:
- EarlyStopper(NumberSinceBest(3), PQ()) errors immediately (#28)
Merged pull requests:
v0.1.9
EarlyStopping v0.1.9
Diff since v0.1.8
Closed issues:
- Issue to trigger new releases (#1)
Merged pull requests:
v0.1.8
EarlyStopping v0.1.8
Diff since v0.1.7
Closed issues:
- Update read me to reflect trait name changes (#22)
- We have NotANumber but need also Infinity? (#23)
Merged pull requests:
v0.1.2
EarlyStopping v0.1.2
Diff since v0.1.1
Closed issues:
- Not all criteria handle an initial training loss correctly (#5)
Merged pull requests:
- Make stopping criteria robust to first loss being training loss (#6) (@ablaom)
- add Threshold criterion (#7) (@ablaom)
- For a 0.1.2 release (#8) (@ablaom)