mitre / quaerite

Search relevance evaluation toolkit
Other
73 stars 14 forks source link

Need to take minSetSize/maxSetSize into account in crossover #30

Closed tballison closed 5 years ago

tballison commented 5 years ago

For multivalued features, stringlistfeature and weightablelistfeature, there's a minSetSize and a maxSetSize (or will be shortly) for the factories. However, we don't currently take this into consideration when the features crossover.

tballison commented 5 years ago

This was fixed a while ago