TexasSolver icon indicating copy to clipboard operation
TexasSolver copied to clipboard

Is it possible to solve with a rake?

Open def-mycroft opened this issue 3 years ago • 3 comments

I don't see a rake structure mentioned in the documentation anywhere, does TexasSolver allow for use of a rake?

def-mycroft avatar Mar 23 '22 22:03 def-mycroft

No, raking is not implemented for now, however I can say it's easy to implement.

bupticybee avatar Mar 24 '22 00:03 bupticybee

Okay, thanks for that.

Could you indicate what functions/files would need to be edited to implement raking?

I'd like to try to implement myself, I'm a python programmer and would like to learn more about C++ and it would also help me familiarize with the codebase.

On Wed, Mar 23, 2022, 7:56 PM icybee @.***> wrote:

No, raking is not implemented for now, however I can say it's easy to implement.

— Reply to this email directly, view it on GitHub https://github.com/bupticybee/TexasSolver/issues/89#issuecomment-1076962795, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEY7CLFZQFOL6DCKVVGVAVTVBO4VRANCNFSM5RPLOARQ . You are receiving this because you authored the thread.Message ID: @.***>

def-mycroft avatar Mar 24 '22 02:03 def-mycroft

Okay, thanks for that. Could you indicate what functions/files would need to be edited to implement raking? I'd like to try to implement myself, I'm a python programmer and would like to learn more about C++ and it would also help me familiarize with the codebase. … On Wed, Mar 23, 2022, 7:56 PM icybee @.> wrote: No, raking is not implemented for now, however I can say it's easy to implement. — Reply to this email directly, view it on GitHub <#89 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEY7CLFZQFOL6DCKVVGVAVTVBO4VRANCNFSM5RPLOARQ . You are receiving this because you authored the thread.Message ID: @.>

you might want to check this file :

https://github.com/bupticybee/TexasSolver/blob/master/src/GameTree.cpp#L429

https://github.com/bupticybee/TexasSolver/blob/master/src/GameTree.cpp#L456

just mess around with the payoffs and see what happens.

bupticybee avatar Mar 24 '22 04:03 bupticybee

@bupticybee I would like to know if this rake option has been implemented! Thanks!

eonia89 avatar Dec 02 '22 02:12 eonia89

Closing now. Reopen if necessary

bupticybee avatar Dec 05 '22 02:12 bupticybee