Open Side Menu Go to the Top

02-24-2014 , 08:04 AM
Hello,

do you know any web service where it provides equity calculation or command line program on linux which could do that? I mean like equilab, or pokerstove.

We found pokersleuth program, but when we bought licence, they did not send. So it only works as trial for 30 days.

Pokerstove we found is having some cmd tool, but it does not provide equities from what we tried.
Service or program working on linux server for equity calculations Quote
Service or program working on linux server for equity calculations
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Service or program working on linux server for equity calculations
02-24-2014 , 10:21 AM
Quote:
Originally Posted by SPeed_FANat1c
Hello,

do you know any web service where it provides equity calculation or command line program on linux which could do that? I mean like equilab, or pokerstove.

We found pokersleuth program, but when we bought licence, they did not send. So it only works as trial for 30 days.

Pokerstove we found is having some cmd tool, but it does not provide equities from what we tried.
I made this: http://gtorangebuilder.com/#equity-calculator

It queries a linux webserver which is running a program that can do hand vs hand and range vs range equity calculations. Its actually quite difficult to make something that is fast enough to run on a lightweight webserver that can still do complex equity calculations, but I wrote some highly optimized C that interfaces with a somewhat modified version of pokerstove. Like you said the open source portions of pokerstove do not do equities so you have to write your own code to generate that.

My webservice takes in simple argument strings and returns json with the equity data. If you want to PM me and discuss your use case feel free.

2p2 thread about my tool is here: http://forumserver.twoplustwo.com/45...endly-1414905/

Last edited by swc123; 02-24-2014 at 10:47 AM.
Service or program working on linux server for equity calculations Quote
02-25-2014 , 02:41 AM
Quote:
I made this: http://gtorangebuilder.com/#equity-calculator

It queries a linux webserver which is running a program that can do hand vs hand and range vs range equity calculations. Its actually quite difficult to make something that is fast enough to run on a lightweight webserver that can still do complex equity calculations, but I wrote some highly optimized C that interfaces with a somewhat modified version of pokerstove. Like you said the open source portions of pokerstove do not do equities so you have to write your own code to generate that.

My webservice takes in simple argument strings and returns json with the equity data. If you want to PM me and discuss your use case feel free.

2p2 thread about my tool is here: http://forumserver.twoplustwo.com/45...endly-1414905/
As I saw this is only for 2 players. We actually need for 4, 6 and 8 players. And we want to use it in our application. So if it is as web service, we want that it would be available always, or otherwise the linux app would do good.

Are you planning on doing such modification so it would work with up to 8 players? And also what about service availability? And also we would need some kind of documentation how those ajax requests are made - the parameters, since I saw there is some characters in the url, I am not sure what do they mean.
Service or program working on linux server for equity calculations Quote
02-25-2014 , 10:20 AM
Quote:
Originally Posted by SPeed_FANat1c
As I saw this is only for 2 players. We actually need for 4, 6 and 8 players. And we want to use it in our application. So if it is as web service, we want that it would be available always, or otherwise the linux app would do good.

Are you planning on doing such modification so it would work with up to 8 players? And also what about service availability? And also we would need some kind of documentation how those ajax requests are made - the parameters, since I saw there is some characters in the url, I am not sure what do they mean.
The website currently actually lets you do 2, 3, or 4 players, there is a drop down in the top left to select the number of players. The 4 player max restriction is client side in the UI, the server can already handle 8 players.

Are you generally going to be making equity calculations based on each player having a single specific hand or based on each player having a range of hands?

The web service is set up on top of amazon EC2 so it would always be available. Of course documentation on the request and response format can easily be provided. I've PM'ed you my skype info if you want to discuss this further

Last edited by swc123; 02-25-2014 at 10:47 AM.
Service or program working on linux server for equity calculations Quote
02-26-2014 , 02:50 AM
Quote:
Are you generally going to be making equity calculations based on each player having a single specific hand or based on each player having a range of hands?
we need only for each player having single hand, not range of hands.

We probably would prefer enumerate mode, I guess this would be fast enough when there are not range but single hands for each player. But if its not available then maybe monte carlo also would be good.
Service or program working on linux server for equity calculations Quote
02-26-2014 , 04:01 AM
Hello, I am the guy who wants that functionality and speed was helping me. But I cannot write the private message, when not participated in community yet. So maybe this post will unlock PMs.
Service or program working on linux server for equity calculations Quote
02-26-2014 , 10:51 AM
Replied to PMs thanks
Service or program working on linux server for equity calculations Quote
Service or program working on linux server for equity calculations
150% up to $2,000 Welcome Bonus on CoinPoker
Join the action now
Daily Rewards • Splash Pots • CoinRaces
Service or program working on linux server for equity calculations

      
m