Hi everyone,
thank you all, for this piece of great software.
I'm trying to compute with the poker-eval-java branch the following with
the SAIEMain Class:
Board: Kd 4h 2c Ad 2h
Cards: AsTd 4s5s (or any other)
I think the board cards are the problem. I get the following error:
java -classpath ".:junit-4.7.jar:gnu-getopt-1.0.13.jar:"
-Djava.library.path=".:../lib/.libs:.libs:/usr/local/lib"
org.pokersource.enumerate.SAIEMain -m 200 -n 200 -v 2 -b Kd4h2cAd2h AsTd
4s5s
-m
200
-n
200
-v
2
-b
Kd4h2cAd2h
AsTd
4s5s
Parsing: -m 200 -n 200 -v 10 -b Kd4h2cAd2h AsTd 4s5s
Creating new belief vector AsTd
Creating new belief vector 4s5s
nplayers=2, nmatchups=200 (sample), noutcomes=200 (sample)
bv[0] = AsTd:100 (1 atomic hands)
bv[1] = 4s5s:100 (1 atomic hands)
board = Ad Kd 4h 2c 2h
dead = nil
Upper bound on matchups: 1
Outcomes per matchup: 1
Upper bound on hand evals: 2
nmatchups: 200
noutcomes: 200
HBV: AsTd:100
HBV: 4s5s:100
board: 117440517
ERROR internal error
java.lang.IllegalArgumentException: internal error in C library
at org.pokersource.enumerate.Enumerate.PotEquity(Native Method)
at org.pokersource.enumerate.SAIE.FlopGameSAIE(SAIE.java:128)
at org.pokersource.enumerate.SAIEMain.execute(SAIEMain.java:286)
at org.pokersource.enumerate.SAIEMain.main(SAIEMain.java:332)
Are I am doing things the wrong way? It should be possible to calculate
5 card boards as well, shouldn't it?
I'm lost here, the only idea what I could do, is to dump all Calls to
the PotEquity Method here and see what the error is like.
Unfortunately it's very complicated for me, because I didn't manage to
run the library on windows yet - and have to upload any changes to
server, etc.
Thank you for your ideas in advance
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users