Search found 51 matches
- Sat Oct 19, 2013 5:46 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: evaluating color agnostic terms
- Replies: 8
- Views: 4199
Re: evaluating color agnostic terms
Hi everybody :), suppose I got convinced my engine does better in very complex positions (wich it does not) and I want my engine to prefer positions with many queens for example. since the root_ply=1, I do the following in the eval: //some_weight could be 10 for example (pawn=100, queen=1000), //WQ...
- Thu May 24, 2012 7:48 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: First One
- Replies: 7
- Views: 2169
Re: First One
Thanks a lot to both. Really useful 

- Thu May 24, 2012 4:02 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: First One
- Replies: 7
- Views: 2169
First One
Hi. Sorry if this has already been answered before. I'm trying to compile an old engine of mine in 64 bits. I have some old asm code for FirstOne() (left and right, I mean, MSB and LSB) which won't compile for X64. Is there some C code out there I can use for the tasks? I don't care much for speed. ...
- Tue Apr 24, 2012 9:44 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Possible LMR improvement using AB_FOOL
- Replies: 41
- Views: 10670
Re: Possible LMR improvement using AB_FOOL
Got an idea yesterday based on an old idea I never got to work. It's about doing LMR at root moves. LMR at root moves hurts my engine but not that much. Now that I have added special code to it I get a nice improvement by fooling Alpha-Beta (AB) till a given iteration depth. The idea is to do the f...
- Fri Apr 20, 2012 9:17 am
- Forum: Computer Chess Club: General Topics
- Topic: The very first DOS chess program was?
- Replies: 46
- Views: 11146
Re: The very first DOS chess program was?
The first chess program I recall (non for PC) was Masterchess, for the Amstrad (I don't remember the author). Next ones, also for the Amstrad, were Cyrus II (Richard Lang) and Colossus 3 or 4 (Martin Bryant).
Those of the Amstrad were good days...
Those of the Amstrad were good days...

- Thu Apr 19, 2012 10:49 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Comparative nodes per second
- Replies: 130
- Views: 21362
Re: Comparative nodes per second
Here is another example for the huge positional score of chess programs(probably also includes IvanHoe that I did not install in my computer and at least it includes robbolito0.09w32 and houdini that gives more than +4 for white at depth 1 when the program cannot see the promotion by search because...
- Wed Apr 18, 2012 6:16 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Comparative nodes per second
- Replies: 130
- Views: 21362
Re: Comparative nodes per second
Here is another example for the huge positional score of chess programs(probably also includes IvanHoe that I did not install in my computer and at least it includes robbolito0.09w32 and houdini that gives more than +4 for white at depth 1 when the program cannot see the promotion by search because...
- Wed Apr 04, 2012 4:56 pm
- Forum: Computer Chess Club: General Topics
- Topic: Ponder=on in cutechess-cli?
- Replies: 9
- Views: 2375
Re: Ponder=on in cutechess-cli?
I'm using winboard engines now, so that trick won't work. Note that the trick also won't work on UCI engines, not even on those that support the option Ponder. That is, it will set their option Ponder to on, but that will not make them ponder. It will just mess up their time control. I don't know h...
- Wed Apr 04, 2012 10:41 am
- Forum: Computer Chess Club: General Topics
- Topic: Ponder=on in cutechess-cli?
- Replies: 9
- Views: 2375
Re: Ponder=on in cutechess-cli?
Hi. I'm giving a try to cutechess-cli. I can't find a way to set ponder=on. Is it possible? If not, what other command-line tool would you recommend for two programs matchs with ponder on (the easier to use, the better)? Hi José, I think you can include a command in the 'each' section of the comman...
- Wed Apr 04, 2012 10:18 am
- Forum: Computer Chess Club: General Topics
- Topic: Ponder=on in cutechess-cli?
- Replies: 9
- Views: 2375
Re: Ponder=on in cutechess-cli?
Hi. I'm giving a try to cutechess-cli. I can't find a way to set ponder=on. Is it possible? If not, what other command-line tool would you recommend for two programs matchs with ponder on (the easier to use, the better)? Hi José, I think you can include a command in the 'each' section of the comman...