postflop-solver icon indicating copy to clipboard operation
postflop-solver copied to clipboard

Using the postflop solver independently, with a settings file

Open GuysmoB opened this issue 8 months ago • 2 comments

Hi,

I'd like to use this project with a settings file to run multiple simulations. Currently, we can try it using the command: $ cargo run --release --example basic which loads the file basic.rs.

I'm wondering if people with Rust knowledge would be willing to help with this task. I believe it's something many users would appreciate, as it would allow them to run heavy simulations on their own PC or server.

Thanks for any help !

GuysmoB avatar Apr 25 '25 15:04 GuysmoB

@GuysmoB I'm well-versed in Rust. If you still need help let me know the best way to reach you.

nastynaz avatar Jul 08 '25 21:07 nastynaz

Hi @nastynaz can you help provide a sample usage that parses the output as e.g. a polars dataframe?

benjcabalona1029 avatar Aug 24 '25 23:08 benjcabalona1029