Re: need help understanding a python program

2015-11-21 Thread Lee Bradley
On Monday, November 2, 2015 at 1:45:58 PM UTC-5, Ben Finney wrote: > Lee Bradley writes: > > > http://pastebin.com/ndDYjYe1 > > We much prefer to discuss code in the context of plain text messages > right here, because this forum is archived longer than the expected > lifetime of content hosted

Re: need help understanding a python program

2015-11-02 Thread Ben Finney
Lee Bradley writes: > http://pastebin.com/ndDYjYe1 We much prefer to discuss code in the context of plain text messages right here, because this forum is archived longer than the expected lifetime of content hosted on other services. > For now I am looking for someone who can dig into this code

need help understanding a python program

2015-11-02 Thread Lee Bradley
http://pastebin.com/ndDYjYe1 The above link takes you to a very interesting way of solving the classic game of Bulls and Cows. It uses an entropy-based decision algorithm. I realize this is asking a lot but I am not yet proficient enough in python to follow some of the methods. There is a fair