rs_handstrength

Crates.iors_handstrength
lib.rsrs_handstrength
version0.4.3
sourcesrc
created_at2024-01-22 23:20:22.671367
updated_at2024-01-31 07:45:41.734993
descriptionrelative to board omaha hand strength calculator and equity on flop
homepage
repository
max_upload_size
id1109632
size480,361
hansel (hanselke)

documentation

README

library to get relative hand rank based on the board for omaha poker.

known bugs:

  1. straights are not computed properly, cant break them into difference boards as it causes the final result to give wrong winners. @finish cfr trainer before handling this STILL WIP!

uses the approach, without monte carlo from https://paginas.fe.up.pt/~prodei/dsie11/images/pdfs/s3-4.pdf

uses a deterministic filter on boards to reduce search space.

Commit count: 0

cargo fmt