Re: [computer-go] More details about MM + source code

2009-12-13 Thread Álvaro Begué
2009/12/13 Petr Baudis : > On Sun, Dec 13, 2009 at 12:15:42PM +0100, Rémi Coulom wrote: >> If I understand correctly, you are refering to that loop: >> >> for (int i = Max; --i >= Min;) >> >> It starts at Max - 1, not Max. >> >> I am pretty confident this part is correct. Otherwise, it would have >

Re: [computer-go] More details about MM + source code

2009-12-13 Thread Petr Baudis
On Sun, Dec 13, 2009 at 12:15:42PM +0100, Rémi Coulom wrote: > If I understand correctly, you are refering to that loop: > > for (int i = Max; --i >= Min;) > > It starts at Max - 1, not Max. > > I am pretty confident this part is correct. Otherwise, it would have > generated obvious errors. Oh,

Re: [computer-go] More details about MM + source code

2009-12-13 Thread Rémi Coulom
Petr Baudis wrote: Hi! On Thu, Oct 01, 2009 at 11:37:06AM +0200, Rémi Coulom wrote: I have been receiving a lot of questions about MM recently, so I have just updated my web page: http://remi.coulom.free.fr/Amsterdam2007/ You'll find the ICGA Journal version of my paper there, with more deta

Re: [computer-go] More details about MM + source code

2009-12-12 Thread Petr Baudis
Hi! On Thu, Oct 01, 2009 at 11:37:06AM +0200, Rémi Coulom wrote: > I have been receiving a lot of questions about MM recently, so I > have just updated my web page: > http://remi.coulom.free.fr/Amsterdam2007/ > > You'll find the ICGA Journal version of my paper there, with more > details about

[computer-go] More details about MM + source code

2009-10-01 Thread Rémi Coulom
Hi, I have been receiving a lot of questions about MM recently, so I have just updated my web page: http://remi.coulom.free.fr/Amsterdam2007/ You'll find the ICGA Journal version of my paper there, with more details about the math. You'll also find the C++ source code of my implementation of