Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@ulupo ulupo released this 15 May 15:10
· 6 commits to main since this release

New Features

  • Allow for running each iteration in a bootstrap multiple times with different fixed pairs (#9)

    • Implemented with a new n_repeats kwarg for DiffPaSSModel.fit_bootstrap
    • By performing several repeats of each bootstrap iteration, we can greedily select the best repeat by hard loss, and use that repeat to select the next set of fixed pairs. This should improve performance in hard cases.
  • New tutorial notebook on graph alignment, covering diffpass.train.GraphAlignment and using n_repeats in fit_bootstrap (#11)