drneau.com Forum Index drneau.com
A discussion board for drneau.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

League rankings
Goto page 1, 2  Next
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    drneau.com Forum Index -> The v2 Bucket
View previous topic :: View next topic  
Author Message
blockhead
"Ace High"


Joined: 16 Feb 2005
Posts: 12
Location: Holland, Pennsylvania

PostPosted: Wed May 25, 2005 6:31 pm    Post subject: League rankings Reply with quote

Since most of the variables used in the rankings are already in system, wanted to see how easy it would be to get user defined scoring. We currently use the Log method, but we have run into some issues (posted additional comments under home tourney). I guess the 2 options I'm looking for is:
1 - ability to multiply the ranking by number of entrants. Example: using log method, first place in 6 person tourney gets 1.95 points. I want the ability to multiply by 6 to get a score of 11.7
2 - ability to not include high/low score to even out rankings. Or even ability to pick best n tournaments.
Back to top
View user's profile Send private message
JBWilkins
"Twos full of Threes"


Joined: 13 Feb 2005
Posts: 134
Location: Vegas ...baby....

PostPosted: Wed May 25, 2005 8:02 pm    Post subject: Reply with quote

Finally someone else requested the same thing as me..........I would love a user configable league ranking system.........I didn't get a lot of response/input the last time I requested this......
Back to top
View user's profile Send private message
MaxPower
Founding Father
Founding Father


Joined: 13 Feb 2005
Posts: 390
Location: Funky Cold Medina - Ohio

PostPosted: Thu May 26, 2005 5:41 am    Post subject: Reply with quote

I wouldn't think it would be that hard, Doc. But then again, I'm not a software developer - I just help planes stay in the air...

-Max
Why yes, I am a rocket scientist!
_________________
Oh, Yeah! Check out the all new TheMiddleClassBlog.com for all of us that aren't exactly "High Rollers"!
Back to top
View user's profile Send private message Visit poster's website
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Thu May 26, 2005 9:52 am    Post subject: Reply with quote

Quote:
I wouldn't think it would be that hard, Doc.


It's people like you that make the life of a software developer hell. Smile

Software'n is hard. It's hard work. Sometimes we even come in on Saturdays.
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MaxPower
Founding Father
Founding Father


Joined: 13 Feb 2005
Posts: 390
Location: Funky Cold Medina - Ohio

PostPosted: Thu May 26, 2005 10:53 am    Post subject: Reply with quote

Just doin' my job! Smile

-Max
_________________
Oh, Yeah! Check out the all new TheMiddleClassBlog.com for all of us that aren't exactly "High Rollers"!
Back to top
View user's profile Send private message Visit poster's website
Seitz333
"Cowboys"


Joined: 21 Mar 2005
Posts: 27
Location: Blacksburg, VA

PostPosted: Thu May 26, 2005 2:39 pm    Post subject: Reply with quote

Gotta agree, I think this would be a nice feature.

Chuck
Back to top
View user's profile Send private message
unyostun
"Cowboys"


Joined: 26 Mar 2005
Posts: 32

PostPosted: Thu May 26, 2005 4:27 pm    Post subject: Reply with quote

Seitz333 wrote:
Gotta agree, I think this would be a nice feature.

Indeed.
Back to top
View user's profile Send private message
JBWilkins
"Twos full of Threes"


Joined: 13 Feb 2005
Posts: 134
Location: Vegas ...baby....

PostPosted: Thu May 26, 2005 8:06 pm    Post subject: Reply with quote

Finally.....more support for this feature........

Hey Doc.....could the program pull a formula out of a text file......(if you create one with the correct varables).......
Back to top
View user's profile Send private message
rastapete
Founding Father
Founding Father


Joined: 13 Feb 2005
Posts: 401
Location: 'Ipsa' this, you pissy little bitch!

PostPosted: Fri May 27, 2005 9:20 am    Post subject: Reply with quote

JBWilkins wrote:
Finally someone else requested the same thing as me..........I would love a user configable league ranking system.........I didn't get a lot of response/input the last time I requested this......


What JB said. I pull the rankings into Excel and massage them there - so this would save me a bit of work.
Back to top
View user's profile Send private message
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Tue May 31, 2005 6:15 pm    Post subject: Reply with quote

I'm all for it, just gotta figure out how to do it.
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Wed Jun 01, 2005 8:52 pm    Post subject: Reply with quote

Work has begun.

Of course, when it comes, this feature will only be available to those paying for extended features.
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Thu Jun 02, 2005 10:23 pm    Post subject: Reply with quote

More on the work in progress...a peek into how I'm developing it.

A league ranking system actually consists of 2 formulas:
- The tournament scoring formula (a player's score for a given tournament)
- The league ranking formula (how tournament scores are combined into a league score...like "total", "average", etc. Also might be minimum # of tournaments).

Details on the tournament scoring formula system I'm coming up with...

A tournament formula consists of a numeric expression.

A numeric expression can be either a numeric formula, a numeric variable or a numeric constant.

A numeric formula is one of the following: add, subtract, multiply, divide, min, max, abs, ceil, exp, floor, log, power, round or sqrt. The operands of a formula are another numeric expression. So, if you wanted to add two sqaure roots, you'd really have a numeric formula (add) with two other numeric formulas (sqrt) as the operands.

A numeric variable is a numeric attribute of the player or the tournament: player's buy-in expense, add-on count, add-on expense, rebuy count, rebuy expense, bounty, bounty revenue, knockout count, total revenue, total expense, net gain, finish or place revenue. Also could be tournament buy-in count, add-on count, rebuy count or gross prize pool.

A numeric constant is just a number.

I'll also consider (later) adding formulas that having boolean logic embedded in them, like "if".

So, you'll be able to construct extremely sophisticated formulas. Sound like I'm on the right track?

The domain logic is there. Now I need to GUI-ize it...give you an easy intuitive way to construct the formula. Then I need to work on the league ranking formula. Then I need to let you save it and load it (probably in a special file for formulas defined in the properties screen).
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MaxPower
Founding Father
Founding Father


Joined: 13 Feb 2005
Posts: 390
Location: Funky Cold Medina - Ohio

PostPosted: Fri Jun 03, 2005 5:36 am    Post subject: Reply with quote

So what's taking you so long?

-Max

Damn - I'll just stick to making jet engines....
_________________
Oh, Yeah! Check out the all new TheMiddleClassBlog.com for all of us that aren't exactly "High Rollers"!
Back to top
View user's profile Send private message Visit poster's website
rastapete
Founding Father
Founding Father


Joined: 13 Feb 2005
Posts: 401
Location: 'Ipsa' this, you pissy little bitch!

PostPosted: Fri Jun 03, 2005 10:46 am    Post subject: Reply with quote

Thanks for the peek.

Hey doc, you gonna hook me up today? I'm jonesing pretty bad here.

Wink
Back to top
View user's profile Send private message
clay
Loser
Loser


Joined: 11 Mar 2005
Posts: 22

PostPosted: Fri Jun 03, 2005 12:38 pm    Post subject: Reply with quote

drneau wrote:

I'll also consider (later) adding formulas that having boolean logic embedded in them, like "if".

So, you'll be able to construct extremely sophisticated formulas. Sound like I'm on the right track?



Love it love it love it.

If I understand this correctly would I need the boolean logic if I want to do something like....
IF Rank = 1 tournament score = X (winner)
IF Rank <= 8 tournament score = Y (final table formula based on rank)
IF rank > 9 tournament score = Z (everyone else. those who showed up)

That would be fantastic.

Also one (hopefully) minor thing. The HTML export for the league. Any way you could have it inlude the points earned for each tourney instead of just the total?
Back to top
View user's profile Send private message
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Fri Jun 03, 2005 11:54 pm    Post subject: Reply with quote

Quote:
If I understand this correctly would I need the boolean logic if I want to do something like....


zactly.

Quote:
Also one (hopefully) minor thing. The HTML export for the league. Any way you could have it inlude the points earned for each tourney instead of just the total?


Yeah. The current league HTML export was just a quick and dirty thing to get something there.

The dream is to have a league export create an interlinked collection of configurable pages...one for the league and one for each tournament in the league.
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
rastapete
Founding Father
Founding Father


Joined: 13 Feb 2005
Posts: 401
Location: 'Ipsa' this, you pissy little bitch!

PostPosted: Sat Jun 04, 2005 12:06 am    Post subject: Reply with quote

Sweet dream.

And thanks for the fix.
Back to top
View user's profile Send private message
JBWilkins
"Twos full of Threes"


Joined: 13 Feb 2005
Posts: 134
Location: Vegas ...baby....

PostPosted: Sat Jun 04, 2005 6:13 pm    Post subject: Reply with quote

Sounds like everything is on the right track.....
Back to top
View user's profile Send private message
5thStreetPokerParties.com
Founding Father
Founding Father


Joined: 28 Mar 2005
Posts: 145
Location: MINNESOTA

PostPosted: Mon Jun 06, 2005 8:51 am    Post subject: Reply with quote

THAT WOULD BE FANTASTIC!
_________________
"Play Like The Pros Play"
http://www.5thStreetPokerParties.com
Back to top
View user's profile Send private message Visit poster's website
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Mon Jun 06, 2005 9:49 pm    Post subject: Reply with quote

Here's what it looks like so far. Getting close....

The first one is the "log avg" formula that I normally use. The second is what Clay's formula might look like.

I'm going to add more options to the "score accululation" area:
- Average, total, decaying weighted average or decaying weighted total for tournament scores. (decays give more weight to recent tournaments)
- Post ranking adjustments, like automatically pushing tournament winners to the top if you want.




_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    drneau.com Forum Index -> The v2 Bucket All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group