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

Raise size constants sometimes don't appear in the results #35

Open dylan-chong opened 9 months ago

dylan-chong commented 9 months ago

With 25, 10c as the IP raise sizes, you see the following as expected

image

But replacing the IP raise sizes with 25, 11c, you no longer see the 11c raise size. Same with 12c and 13c

image

Full config

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