Open rajlego opened 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
I think you're looking for the function "review_mode_cli" in src/cli.py of the gui branch
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