v0.2.0
EarlyStopping v0.2.0
- (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: