UNPKG

holdem-monte-carlo-evaluator

Version:

javascript win/tie/loss evaluator for known Texas Hold'em hands vs unknown opponent hands, using the npm adaptation of 2+2 pascal evaluator (poker-evaluator). Useful input for poker bots' decision-making.

49 lines (48 loc) 994 B
{ "name": "holdem-monte-carlo-evaluator", "version": "0.6.5", "dependencies": { "latest-poker-evaluator": "^0.3.2" }, "description": "javascript win/tie/loss evaluator for known Texas Hold'em hands vs unknown opponent hands, using the npm adaptation of 2+2 pascal evaluator (poker-evaluator). Useful input for poker bots' decision-making.", "main": "index.js", "scripts": { "test": "holdemMonteCarlo([51,52],[9,50,36],4,1000000)" }, "repository": { "type": "git", "url": "holdem-monte-carlo-evaluator" }, "keywords": [ "holdem", "evaluator", "monte", "carlo", "monte", "carlo", "win", "loss", "tie", "javascript", "js", "npm", "hold'em", "texas", "texas", "hold'em", "evaluate", "equity", "estimator", "estimate", "estimation", "model", "simulation", "poker", "bot", "bots", "poker bot", "poker bots" ], "author": "tmercer", "license": "MIT" }