ladder software for clubs?

General conversations about Go belong here.
sybob
Lives in gote
Posts: 422
Joined: Thu Oct 02, 2014 1:56 pm
GD Posts: 0
KGS: captslow
Online playing schedule: irregular and by appointment
Has thanked: 269 times
Been thanked: 129 times

Re: ladder software for clubs?

Post by sybob »

HermanHiddema wrote:I've found that tournament software like McMahon (by Christoph Gerlach) is actually quite suitable for this.
Indeed, but I was hoping there would be something better, a bit more practical.
In fact, there is. We can now use an excellent spreadsheet in Excel, but dedicated software would even be better.
sybob
Lives in gote
Posts: 422
Joined: Thu Oct 02, 2014 1:56 pm
GD Posts: 0
KGS: captslow
Online playing schedule: irregular and by appointment
Has thanked: 269 times
Been thanked: 129 times

Re: ladder software for clubs?

Post by sybob »

gowan wrote:This is a good, free software way to get a "ranking" of the players in the club but does it allow a function which club ladders I am familiar with have, namely the challenge feature. The way that works is a member challenges another member to a ladder game and if the lower ranked player defeats the higher rated player the players switch places on the ladder.
I think clubs use a wide variety of laddering methods.
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: ladder software for clubs?

Post by Kirby »

Would WHR work for this?
be immersed
User avatar
Harleqin
Lives in sente
Posts: 921
Joined: Sat Mar 06, 2010 10:31 am
Rank: German 2 dan
GD Posts: 0
Has thanked: 401 times
Been thanked: 164 times

Re: ladder software for clubs?

Post by Harleqin »

This kind of ladder is really trivial to manage. You can use a static HTML page and update by hand.
A good system naturally covers all corner cases without further effort.
sybob
Lives in gote
Posts: 422
Joined: Thu Oct 02, 2014 1:56 pm
GD Posts: 0
KGS: captslow
Online playing schedule: irregular and by appointment
Has thanked: 269 times
Been thanked: 129 times

Re: ladder software for clubs?

Post by sybob »

Harleqin wrote:This kind of ladder is really trivial to manage.
In a sense, you may be right. Everything's easy if you already know it.
We want a 'official' ladder, based on EGF requirements, GoR, rank, winprobability, relative con, and automatic computation of new GoR. It also should adjust for handicap and varying komi.
Perhaps I should have specified that before.
Not everyone/everything can handle that.
Just showing the output on a webpage is indeed simple.
sybob
Lives in gote
Posts: 422
Joined: Thu Oct 02, 2014 1:56 pm
GD Posts: 0
KGS: captslow
Online playing schedule: irregular and by appointment
Has thanked: 269 times
Been thanked: 129 times

Re: ladder software for clubs?

Post by sybob »

Kirby wrote:Would WHR work for this?
What is WHR?
User avatar
Harleqin
Lives in sente
Posts: 921
Joined: Sat Mar 06, 2010 10:31 am
Rank: German 2 dan
GD Posts: 0
Has thanked: 401 times
Been thanked: 164 times

Re: ladder software for clubs?

Post by Harleqin »

sybob wrote:
Harleqin wrote:This kind of ladder is really trivial to manage.
In a sense, you may be right. Everything's easy if you already know it.
We want a 'official' ladder, based on EGF requirements, GoR, rank, winprobability, relative con, and automatic computation of new GoR. It also should adjust for handicap and varying komi.
Perhaps I should have specified that before.
Not everyone/everything can handle that.
Just showing the output on a webpage is indeed simple.
OK, then I don't understand what you want. I read it as a “challenge to get the place” ladder (or did I miss who posted what?). That would have nothing to do with ratings at all.
A good system naturally covers all corner cases without further effort.
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: ladder software for clubs?

Post by Kirby »

sybob wrote:
Kirby wrote:Would WHR work for this?
What is WHR?
Whole history rating: https://www.remi-coulom.fr/WHR/WHR.pdf

I believe it's what goratings.org uses to generate ratings and orderings for pro players, based on the games they play.
be immersed
gennan
Lives in gote
Posts: 497
Joined: Fri Sep 22, 2017 2:08 am
Rank: EGF 3d
GD Posts: 0
Universal go server handle: gennan
Location: Netherlands
Has thanked: 273 times
Been thanked: 147 times

Re: ladder software for clubs?

Post by gennan »

So you want to maintain some kind of club rating list?

In the Dutch go clubs where I played in the past we also called that a ladder.

We used a very simple system where everybody's rating is tracked as "classes" (an old German rating system). Each rank is divided in 2 classes, the higher the rank, the lower the class. "weak" 1d would be class 19, "strong" 1k would be class 20. From the class difference we'd compute the handicap in komi sized steps. 1 class difference = no komi. 2 classes difference = 2 stones handicap with komi for white. 3 classes difference = 2 stones handicap without komi, etc. For each win, your class goes down by 1 step and for each loss your class goes up by 1 step. So all the updating is very simple and easy to do without a computer. This system also predates the time where everbody has a computer.

You can run this kind of system indefinitely. It works well to settle on correct handicaps between club members and thus everybody can establish their ranks relative to the stronger players of the club (who serve as an anchor, as they probably have the most established national ranks).

Over time, the ladder can drift up or down (when some players improve or decline a lot), so every once in a while you recalibrate by shifting the ladder in such a way that the avarage class of the strongest players in the club matches the average of their "official" ranks again.

There are also clubs who use software to maintain club ratings and generate club competition pairings. But someone will have to do some work (like entering all the results, keeping track of who will play in a next round etcetera). I know the club in Eindhoven has such a system and I expect that they will give you a copy when you ask them. I'm not sure how closely their rating calculation matches the EGF system though.
vash3g
Lives with ko
Posts: 277
Joined: Thu Apr 29, 2010 8:49 pm
Rank: 5k
GD Posts: 111
Has thanked: 41 times
Been thanked: 87 times

Re: ladder software for clubs?

Post by vash3g »

Its not a ladder system but we had a club member write a round robin system for our club once. This forked into the system that the aga uses for its larger live tournament standings/crosstabs like the USGC. Its php, js, and mysql based. Uses eidogo to display the loaded sgf files to view the results. It helped our club when it was more active and we had some strong local players who would review the games. I wish i still had a screenshot of the old system but we had issues with our hosting at one point.

https://github.com/usgo/goleague
Decisions are made by those who show up.
and possibly those willing to attend secret meetings in ancient basements
Post Reply