LMR algorithm

Discussion of chess software programming and technical issues.

Moderator: Ras

outAtime
Posts: 226
Joined: Sun Mar 08, 2009 3:08 pm
Location: Canada

Re: LMR algorithm

Post by outAtime »

I really appreciate your help and advice on this Aaron! I couldn't see the forest for the trees! lol :)
outAtime
Aaron Becker
Posts: 292
Joined: Tue Jul 07, 2009 4:56 am

Re: LMR algorithm

Post by Aaron Becker »

No clue; I didn't try to set the LMR parameters for performance, and I don't intend to test its strength. I just wanted to ensure I suggested something that actually compiled and moved properly.
Sven
Posts: 4052
Joined: Thu May 15, 2008 9:57 pm
Location: Berlin, Germany
Full name: Sven Schüle

Re: LMR algorithm

Post by Sven »

outAtime wrote:I really appreciate your help and advice on this Aaron! I couldn't see the forest for the trees! lol :)
You can further lighten the forest by using proper indentation ;-) I would not even have seen any tree in that code ...

Sven
Aaron Becker
Posts: 292
Joined: Tue Jul 07, 2009 4:56 am

Re: LMR algorithm

Post by Aaron Becker »

Glad to help; good luck with Faile. Sven is quite right about the indentation, though. :)
Dann Corbit
Posts: 12777
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: LMR algorithm

Post by Dann Corbit »

Sven Schüle wrote:
outAtime wrote:I really appreciate your help and advice on this Aaron! I couldn't see the forest for the trees! lol :)
You can further lighten the forest by using proper indentation ;-) I would not even have seen any tree in that code ...

Sven
http://universalindent.sourceforge.net/
Richard Allbert
Posts: 794
Joined: Wed Jul 19, 2006 9:58 am

Re: LMR algorithm

Post by Richard Allbert »

8-)

Thanks!
outAtime
Posts: 226
Joined: Sun Mar 08, 2009 3:08 pm
Location: Canada

Re: LMR algorithm

Post by outAtime »

GreatCode seems nice, but are the tabs less cross-platform? Thanks for the suggestion. Nice add.
outAtime