Re: [computer-go] Go Board Library v0.98

2007-01-23 Thread Łukasz Lew
oblem. My c++ is extremely rusty, so I used win_cnt[0]=0; win_cnt[1]=0; There is probably a c++ specific idiom which I am unaware of. Terry McIntyre - Original Message From: Łukasz Lew <[EMAIL PROTECTED]> To: computer-go Sent: Tuesday, January 23, 2007 8:17:40 AM Subject:

Re: [computer-go] Go Board Library v0.98

2007-01-23 Thread terry mcintyre
+ specific idiom which I am unaware of. Terry McIntyre - Original Message From: Łukasz Lew <[EMAIL PROTECTED]> To: computer-go Sent: Tuesday, January 23, 2007 8:17:40 AM Subject: [computer-go] Go Board Library v0.98 I will annoy You once again, because: I added a mercy rule to th

[computer-go] Go Board Library v0.98

2007-01-23 Thread Łukasz Lew
I will annoy You once again, because: I added a mercy rule to the simple playout, and it turned out that it is *faster* that my previous mega-optimised playout. In current release old playout_t is gone, we have only simple_playout::run. Some beautification, and helpful macros. Also whole package