Code Monkey home page Code Monkey logo

ld-casino-sim's People

Contributors

gingeleski avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

devesh2511

ld-casino-sim's Issues

Analysis for straights in "21+3" side bet is super slow

Currently, one run to analyze a full 8-deck shoe for "Perfect Pairs" EV takes like 0.04 seconds.

Analyzing the same amount of cards for the "21+3" side bet takes roughly 45 seconds. This is unacceptable.

I suspect the time suck is the logic to tell whether there's a straight in the hand. It involves making like 9 or more permutations of a string, and does that for every permutation of 3 cards from the shoe, so you can see how this gets slow.

Refactor the analysis of straights to cut down runtime. Thinking of picking one card, seeing whether there's a predecessor or successor card also in the hand, then checking if the final card is the next spot.

Integrate current side bet advantage play into blackjack.py

Eventually blackjack.py will need to be split out as the file is getting a little monstrous.

But, for now, merge the code from pp_plus3.py into blackjack.py and delete that file. We'll implement timing/benchmarking into normal blackjack execution at a later point.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.