atomflunder

Results 10 comments of atomflunder
trafficstars

I am having the same error while trying to compile Stockfish 15 running the `build.js` file. When compiling Stockfish 11 this problem does not occur and it compiles just fine....

I enabled debug logging, restarted the dashboard and tried again, here is the error log: I did see that there was a token in there, I'm not sure if it...

@asyncth Thanks for your interest, I am pretty much in the same boat. It is incredibly complicated. I implemented the `expected_score_multi_team` and `draw_probability_multi_team` but the actual `trueskill_multi_team` is still missing....

> I'm not even sure what does one need to do to implement TrueSkill 1v1 though, am I missing something? For the TrueSkill 1v1 and Team v Team functions I...

Hi, thanks for the feature request! I am by no means a maths expert, but I think since the Elo algorithm uses the previous values to calculate the expected score...

@marcospb19 Yes, you would need to re-run the calculations for every match affected by it, unfortunately. Subtracting would yield inaccurate results Maybe we should add a sort of "bulk match...

> I want to give this a go, tomorrow perhaps? Or the day after Feel free to do that, as I said I don't think it will be that difficult...

> Perhaps weights could be added into TrueSkillRating? Nah, weights aren't tied to your rating, but the match itself. > I really don't know, if I was designing this API...

Maybe we could create 2 functions, one with weights and one without, and the one without just calls the weighted function with default weights? But then again the API already...