b-inary / desktop-postflop

[Development suspended] Advanced open-source Texas Hold'em GTO solver with optimized performance
GNU Affero General Public License v3.0
215 stars 52 forks source link

Only a single constant size bet is supported #34

Open dylan-chong opened 9 months ago

dylan-chong commented 9 months ago

Say for example you set the bet sizes to 5c, 50, 10c. Only the last constant bet size is used. image

{
  "oopRange": "AA",
  "ipRange": "22",
  "config": {
    "board": [
      "4h",
      "7s",
      "Jc"
    ],
    "startingPot": 60,
    "effectiveStack": 166,
    "rakePercent": 0,
    "rakeCap": 0,
    "donkOption": false,
    "oopFlopBet": "5c, 50, 10c",
    "oopFlopRaise": "",
    "oopTurnBet": "",
    "oopTurnRaise": "",
    "oopTurnDonk": "",
    "oopRiverBet": "",
    "oopRiverRaise": "",
    "oopRiverDonk": "",
    "ipFlopBet": "",
    "ipFlopRaise": "",
    "ipTurnBet": "",
    "ipTurnRaise": "",
    "ipRiverBet": "",
    "ipRiverRaise": "",
    "addAllInThreshold": 150,
    "forceAllInThreshold": 20,
    "mergingThreshold": 10,
    "expectedBoardLength": 0,
    "addedLines": "",
    "removedLines": ""
  }
}