postflop-solver
postflop-solver copied to clipboard
Using the postflop solver independently, with a settings file
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 I'm well-versed in Rust. If you still need help let me know the best way to reach you.
Hi @nastynaz can you help provide a sample usage that parses the output as e.g. a polars dataframe?