Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 20:40
b8e981b

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: