You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add house edge calculation and CUDA Monte Carlo simulation
- Add composition-dependent EV calculation for player draws and dealer outcomes
- Add HouseEdgeCalculator class for analytical house edge computation
- Add CUDA Monte Carlo simulator (~290M hands/sec on RTX 3080)
- Add blackjack payout option (3:2 vs 6:5) to web UI and strategy generation
- Add house edge display with methodology tooltip on web UI
- Remove legacy CLI (main.py) and renderers in favor of web app
- Remove tabulate dependency (no longer needed)
- Restructure .gitignore files to be local to each folder
- Update documentation for new calculation methodology
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments