Click or drag to resize
AiMakeRaiseDecision Method
Helper function to return a correct decision if you want to bet/raise with a certain variance.

Namespace: Potbot.Gameplay.Ais
Assembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntax
protected Decision MakeRaiseDecision(
	double timesPotSizeMin,
	double timesPotSizeMax
)

Parameters

timesPotSizeMin
Type: SystemDouble
The minimum factor of the pot size to bet/raise.
timesPotSizeMax
Type: SystemDouble
The maximum factor of the pot size to bet/raise.

Return Value

Type: Decision
A raise-Decision or a call/check-Decision depending on the current hand.
Remarks
If you change the 2 parameters you will still get a result as expected.
See Also