After more than a year of work, I have done all I wanted with the simulator I have been building. That being the case, I’ve published Blackjack Wonk on GitHub.
It’s a configurable blackjack simulator / analysis project: define the game rules and approach (count-based spreads or authored betting policies), run sims, and get standard performance metrics and breakdowns from the output.
I never went out to out CVCX/CVData those tools, what's the point. It was a problem I wanted to learn from and I did.
Repo: https://github.com/ether-ore/blackjack_wonk
Posting this simply so it’s available to anyone who wants to use it. My hope is that someone else can take it and move it along, or just get ideas from it for their own work.

