MICS-Lab / lincs

Learn and Infer Non Compensatory Sortings
https://mics-lab.github.io/lincs/
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Improve model selection during MRsort learning #17

Open jacquev6 opened 1 year ago

jacquev6 commented 1 year ago

Currently when learning an MRsort model, a population of intermediate models is trained in parallel. After each training iteration, the best half of this population is kept, and the worst half is reinitialized to randomized states. Admittedly, these random states are created using a clever non-uniform distribution, but this seems like a waste of information.

We could:

LaurentCabaret commented 1 year ago

Sure! Some ideas in return: