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
>
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,
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
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
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