Skip to content

DuaneKaufman/klondike_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

20251214 - Duane Kaufman

Rust-based klondike Draw-3 card player to investigate fraction of winnable hands

Invocation:

cargo run --release -- \
  --pysol-seed-range=1:1000000 \
  --out-csv=results.csv \
  --max-nodes=5000000 \
  --max-depth=700

or to resume:

cargo run --release -- \
  --pysol-seed-range=1:1000000 \
  --out-csv=results.csv \
  --resume \
  --max-nodes=5000000 \
  --max-depth=700

About

klondike_chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published