thiswillbeyourgithub / LiTOY-aka-List-that-Outlives-You

GNU Lesser General Public License v3.0
4 stars 4 forks source link

Where in the code are pairings generated? #5

Open rajlego opened 1 year ago

rajlego commented 1 year ago

I'm trying to do roughly an implementation of LiTOY with a web interface + glicko. I've roughly gotten chat gpt to generate a good glicko algorithm but I'm still trying to figure out what an efficient match making algorithm is. Where in your implementation could I find your match making algo? I think I've looked through most of the code but don't really understand where pairings occur very well

thiswillbeyourgithub commented 1 year ago

Quick answer as i'm on mobile : what exactly do you mean by match making algo ? Is it the elo ? Also remember to look at the gui branch which has bug fixes

thiswillbeyourgithub commented 1 year ago

I think you're looking for the function "review_mode_cli" in src/cli.py of the gui branch