Search found 50 matches
- Sat Sep 03, 2016 6:47 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: CCRL Engine Authors' Tournament (will start October 1st)
- Replies: 181
- Views: 40588
Re: CCRL Engine Authors' Tournament (will start October 1st)
Chexa is pestering me to participate as well. Tried to stop her, but to no avail (she's sooo stubborn...) :-) Sergio should have the latest stable version. In case I manage to improve the dev version (squashing some bug my italian fellows know very well ;) ) I'll send it to Sergio before the end of ...
- Wed Oct 23, 2013 6:10 pm
- Forum: Computer Chess Club: Tournaments and Matches
- Topic: I.G.W.T.
- Replies: 102
- Views: 15199
Re: I.G.W.T.
To anyone interested:
tonight's match won't take place due to major unfortunate events.
It will be played tomorrow night, same time, on http://www.g-sei.org/igwt/.
On behalf of the GSEI we apologise for the inconvenience.
Cheers, Mauro
tonight's match won't take place due to major unfortunate events.
It will be played tomorrow night, same time, on http://www.g-sei.org/igwt/.
On behalf of the GSEI we apologise for the inconvenience.
Cheers, Mauro
- Sun Jan 06, 2013 12:46 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Tool to recreate PGN from winboard.debug?
- Replies: 7
- Views: 2401
Re: Tool to recreate PGN from winboard.debug?
Maybe not exactly what you are asking for, but here you might find a tool that should convert to PGN the file that winboard creates with the /serverMoves parameter: http://www.g-sei.org/area-di-sviluppo/ Since he might not be able to read italian, let me address Sven and everybody might need this t...
- Fri Dec 23, 2011 3:11 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Creating Books from .PGN files
- Replies: 36
- Views: 7349
Re: Creating Books from .PGN files
So a big problem is that when you get to the point where the samples are low, the statistics are just all noise. You don't want to mini-max that. Indeed. My plan goes further, actually: I want to make the engine gradually kick in as the stats get lower, so to avoid having the engine being brought u...
- Wed Dec 21, 2011 8:37 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Creating Books from .PGN files
- Replies: 36
- Views: 7349
Re: Creating Books from .PGN files
To assign a score to a move in the book I use the expected score ( i.e. #wins+#draws/2 divided by #games) multiplied by the average number of "non-losses" (i.e. #wins+#draws divided by #games); the idea is that if a move leads to fewer draws is less reliable, possibly some refutation of the move is ...
- Wed Sep 07, 2011 9:50 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: How do you count nodes?
- Replies: 21
- Views: 6127
Re: How do you count nodes?
Usually people put a time-control at the top of the search like: #define CONTROL 16383 search { if (nodes & CONTROL) { see if time reached..... } ... I have slightly different approach: I have a separate counter that I increase every time I increase node_count, then I do the ...
- Tue Jul 05, 2011 8:07 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: On-line Blitz tourney June
- Replies: 21
- Views: 3966
Re: On-line Blitz tourney June
Hi HG,hgm wrote:Yep, he was right!
Somehow my router assigned new IP addresses to all computers in my LAN, so the external ports were all connected to the wrong computers! I had not noticed it.
It should work again now.
this is just to notify to you that now I can connect.
Thanks a lot!
Cheers, Mauro
- Sun Jun 19, 2011 1:08 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: On-line Blitz tourney June
- Replies: 21
- Views: 3966
Re: On-line Blitz tourney June
Hi HGM,
since you are in the mood of fixing things
Have you thought of a solution to the problem I mentioned to you lately, of some internet provider blocking the port one should use to connect to your ICS?
Cheers, Mauro
since you are in the mood of fixing things

Have you thought of a solution to the problem I mentioned to you lately, of some internet provider blocking the port one should use to connect to your ICS?
Cheers, Mauro
- Thu May 26, 2011 9:55 am
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Book learning
- Replies: 39
- Views: 6607
Re: Book learning
If pv nodes in the regular hash table are overwritten, then I suggest a separate pv node hash table that is permanent. There are only a few million important pv positions in total (for book usage anyway). Hadn't Ed Schroeder tried something along these lines in Rebel's heyday? I think it was called...
- Sat Dec 25, 2010 2:22 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Does Crafty or Stockfish or Komodo, going to Java?
- Replies: 31
- Views: 6876
Re: Does Crafty or Stockfish or Komodo, going to Java?
ROTFL!michiguel wrote:
Ha, ha, the closest Crafty must have been to Java, was when it participated in the WC in Jakarta.

Cheers, Mauro