5 ms·
no, in the long run you are playing against a known algorithm (assuming you've read the code), and so: - in the case that it is a deterministic algorithm you s
by iman 17y ago
no, in the long run you are playing against a known algorithm (assuming you've read the code), and so:
- in the case that it is a deterministic algorithm you should be able to win every hand
- in the case that the algorithm employs randomness then you should be able to win more than 50% of the time (unless the algorithm used is to employ completely random play in which case no matter what you play you will win exactly 50% of the time)