Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software > Free Software

Notices

Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods

Reply
 
Thread Tools Display Modes
Old 12-22-2008, 03:13 AM   #1
journeyman
 
Join Date: Aug 2007
Posts: 323
New Free Software - HoldemLuck & SngLuck v0.14

Hey all

I've been using PokerEv for a while to track how good/bad (mostly bad) my luck runs in Allin situations. However, PokerEv has a few issues for me:
  • It doesn't work with PokerTracker3
  • It's slow to load and calculate hands
  • It only takes into account money entered on the all-in street and ignores money bet on earlier streets. This is a controversial issue I know and some people like it that way but I don't.

Poker Tracker 3 promises EV calculations but I got tired of waiting so I decided to write my own software which will address all these issues. It works with PT3, it caches hands in the PT3 database so it's blazing fast after the initial processing is done and it calculates EV the way I expect it to taking the entire pot into account.

It also breaks down the hand into side pots so in multiway hands, you get multiple entries, one for each pot.

I also wrote another version that does the same thing for SnG tourneys. It currently only does EV in chips or blinds but the plan is to add ICM EV shortly.

Anyway, here's the links to download. Feel free to post here or PM me if you have questions/problems. If you really like it, you can show your appreciation buy padding my Poker bankrolls on Full Tilt (nowan) or PokerStars (nowanuno) with a few bucks

Download

edit by _dave_ 29-May-2009
http://rapidshare.com/files/20771817...Luck-v0.14.zip


Screenshots






I'll be posting new version in this thread.

Last edited by fozzy71; 05-29-2009 at 08:26 AM. Reason: new download link
alon.albert is offline   Reply With Quote
Old 12-22-2008, 03:50 AM   #2
journeyman
 
Join Date: Aug 2007
Posts: 323
Re: New Free Software - HoldemLuck & SngLuck

Quick bug fix - Double clicking a hand caused a crash instead of bringing up the HH.

HoldemLuck
SngLuck
alon.albert is offline   Reply With Quote
Old 12-22-2008, 06:34 AM   #3
adept
 
Join Date: Apr 2007
Location: Worcester Park, Surrey
Posts: 841
Re: New Free Software - HoldemLuck & SngLuck

Thsi is really good. Thanks a lot.
stevi3p is offline   Reply With Quote
Old 12-22-2008, 07:43 AM   #4
old hand
 
$Betpot$'s Avatar
 
Join Date: Nov 2008
Location: Rent this space
Posts: 1,661
Re: New Free Software - HoldemLuck & SngLuck

Thanks nice program
$Betpot$ is offline   Reply With Quote
Old 12-22-2008, 08:52 AM   #5
Carpal \'Tunnel
 
jukofyork's Avatar
 
Join Date: Sep 2004
Posts: 10,208
Re: New Free Software - HoldemLuck & SngLuck

Quote:
Originally Posted by alon.albert View Post
I also wrote another version that does the same thing for SnG tourneys. It currently only does EV in chips or blinds but the plan is to add ICM EV shortly.
If you take a look at my SNG luck code then I included the C++ source for the code that does the ICM-based EV Luck stuff. Feel free to take whatever of the code might be of help and/or the outcome lookups.

hand_outcome_generator.h - Has all the code that is used to work out the expected EVs and deals with the outcome lookups. Should be fairly self explanatory (ie: how I've used lookups to speedup the 2-way and 3-way preflop all-in calculations, how I store/unpack the lookups to make the zipped filesize ~20MB, etc).

BackTestAllInLuck.h - Uses the HandOutcomeGenerator class to work out and print the EV differences, etc.

SteveBrecherHandEval.h - Is a modified copy of Steve Brecher's uncopyrighted hand evaluator that can be used in place of the GNU pokersrc library. I had to use this to be able to release only part of my code.

I've not included any of the other classes used, but they should be pretty much self-explanatory from the member names. Just reading through hand_outcome_generator.h and BackTestAllInLuck.h should be enough for you to re-implement the algorithms in your own codebase quite easily and will hopefully save you quite alot of time re-doing the same stuff as I had to.

I'm sure alot of people will be happy to get a version of the SNG luck stuff that can work from the PT3 DB rather that the current system of converter AHK scripts, etc (my code was never really meant to be more than a proof-of-concept to test if the original SNGLuckAnalyser code was giving correct results for Party).

Juk
jukofyork is online now   Reply With Quote
Old 12-22-2008, 09:26 AM   #6
adept
 
LawJik's Avatar
 
Join Date: Mar 2008
Location: sng mentors
Posts: 760
Re: New Free Software - HoldemLuck & SngLuck

Screenshots?

Any chance of holdem manager support?
LawJik is offline   Reply With Quote
Old 12-22-2008, 10:04 AM   #7
banned
 
DamienT's Avatar
 
Join Date: Mar 2008
Location: France / Netherlands
Posts: 6,919
Re: New Free Software - HoldemLuck & SngLuck

.

Last edited by DamienT; 12-22-2008 at 10:05 AM. Reason: nevermind
DamienT is offline   Reply With Quote
Old 12-22-2008, 10:16 AM   #8
journeyman
 
Join Date: Aug 2007
Posts: 323
Re: New Free Software - HoldemLuck & SngLuck

Sorry, I don't have plans for HM.

Last edited by _dave_; 12-22-2008 at 01:11 PM.
alon.albert is offline   Reply With Quote
Old 12-22-2008, 11:13 AM   #9
journeyman
 
Join Date: Aug 2007
Posts: 323
New SngLuck Build - 0.6

Fixed a crash when filtering

SngLuck

Last edited by _dave_; 12-22-2008 at 01:11 PM.
alon.albert is offline   Reply With Quote
Old 12-22-2008, 12:40 PM   #10
journeyman
 
Join Date: Aug 2006
Posts: 372
Re: New Free Software - HoldemLuck & SngLuck

HM support and ill ship you some cash on stars.

Also, omaha?
halsted is offline   Reply With Quote
Old 12-22-2008, 12:53 PM   #11
journeyman
 
Join Date: Aug 2007
Posts: 323
Re: New Free Software - HoldemLuck & SngLuck

Quote:
Originally Posted by halsted View Post
HM support and ill ship you some cash on stars.

Also, omaha?
Tempting but I just looked at HM database structure and it really looks like a big pain in the a$$ compared to PT3 which is rather straightforward. Also, I don't have a HM license so I can't use it for developing/testing.
alon.albert is offline   Reply With Quote
Old 12-22-2008, 01:13 PM   #12
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,133
Re: New Free Software - HoldemLuck & SngLuck

Any chance of source?

I changed links in the OP to newest version, and added to screenshots there too.
_dave_ is offline   Reply With Quote
Old 12-22-2008, 01:37 PM   #13
journeyman
 
Join Date: Aug 2007
Posts: 323
Re: New Free Software - HoldemLuck & SngLuck

Quote:
Originally Posted by _dave_ View Post
Any chance of source?

I changed links in the OP to newest version, and added to screenshots there too.
You mean source code? Maybe a bit later...
Thanks for updating the first post.
alon.albert is offline   Reply With Quote
Old 12-22-2008, 01:38 PM   #14
Carpal \'Tunnel
 
chilin_dude's Avatar
 
Join Date: Jan 2008
Posts: 11,478
Re: New Free Software - HoldemLuck & SngLuck

Quote:
Originally Posted by halsted View Post
HM support and ill ship you some cash on stars.

Also, omaha?
THIS.
HM support is massive.
chilin_dude is offline   Reply With Quote
Old 12-22-2008, 01:48 PM   #15
journeyman
 
Join Date: Aug 2007
Posts: 323
Re: New Free Software - HoldemLuck & SngLuck

Quote:
Originally Posted by chilin_dude View Post
THIS.
HM support is massive.
Hmm, I just checked HM site. HM already has a luck line which is basically what HoldemLuck is.
alon.albert is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 07:23 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive