|
|||
|
|||||||
| Register | All Albums | Member Blogs | FAQ | Members List | Mark Forums Read | |||
| Main Site | CM Casinos | CM Poker | I-Gaming Forum Reps | Rogue Pit | Webcast | Bitchin' Newsletter | News |
| Notices |
| Online Casinos Online Casinos - Information, Experiences, questions and such. This is no place for ads or cloaked promos. Shills and spammers be warned |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
programming
Hello I am trying to program a hand analysis software that will allow me to input card valued in like a C# project and return which cards to hold. I have looked at vpgenius.com and asked for the source to his hand analysis software. Anyone able to give me advice?
|
|
It is already explain in full details on vpgenius and even with code examples.
Basically you try all possible combinations of cards to hold. And for each of these you average payout for all possible draws. It is possible (but complicated) to improve performance a lot by treating 'similar' hands the same so you only have to do it once for each of these. And then you also have to make a hand-ranking method, which is also explained, that determines the rank of a given hand. Then add some GUI and you are good to go... The hand-ranking code on vpgenius is a little complicated, but it is very fast, because it only uses 'primitives'. I have a much simpler Java version using OO-design, but it is 5000 times slower. Of course you can also just implement it in Java or C# using primitives to get the same performance, and I suggest you do this.
__________________
Jack or Better video poker simulator| 5-Reel Slot Analyzer| Texas Hold em All-In EV calculator |
| The Following User Says Thank You to Zoozie For This Useful Post: | ||
SlotsWizard (20th December 2007) | ||
|
||||
|
Quote:
Just go about it logically and start simple. I believe you said you were just learning C#, so you'll want to play around with it for a while before you attempt to create something as massive as a VP analyzer. Get a feel for the language first. |
|
||||
|
best play strategy
I have a question about the options open to me for making the source on my own. First, can you only make a hand analyzer that would tell you which cards to hold for the best play only by looping through all 32 ways to play each hand and finding the ev of each of those ways to play. Or if you just want to know which cards to hold and not its actual ev is there any way i can use like you predefinded strategy or some other code that would just tell me which cards to hold for each hand i inputted?
You changed you site a lot lately how long have you been planning to complete that? |
|
For a fixed paytable and specific VP game it is normally possible to construct a strategy table (algorithm). Some games are too hard to made strategy tables for because of penalty cards etc. And then it is very easy to make a program to play by this algorithm.
I did exactly that for JoB in the following thread. Source code also included. However it is Java and not C#(but they are very similar). http://www.casinomeister.com/forums/...ight=simulator
__________________
Jack or Better video poker simulator| 5-Reel Slot Analyzer| Texas Hold em All-In EV calculator |
|
||||
|
Quote:
About a week or two. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| An Open Letter to Casino Operators and Software Providers | SlotsWizard | Online Casinos | 22 | 25th July 2007 05:24 AM |
| Mathematical proof that.......ummmmm | pangloss | Casino Complaints - Non-Bonus Issues | 13 | 20th May 2007 05:07 AM |
| World Poker tour to go online Nasdaq:WPTE | mary | Casino Industry Discussion | 0 | 12th September 2004 08:38 AM |