SimpleScorer -> Sort
Opened this issue · 0 comments
johny-b commented
Now we have a SimpleScorer
that orders proposals from best to worst using a provided scoring function.
BUT: there is no assumption the scored thing is a Proposal
- we could sort just anything using SimpleScorer
class.
I'm not sure this will be ever very useful, but it's nice to have general tools - especially that only thing that requires changes is class name and typing.