Page 1 of 1

disable engine output in game play

Posted: Mon Dec 19, 2011 12:26 am
by quantum
I am quite new to programming, especially chess programming. Though I will ask some questions here from time to time.

I wonder if there is any significant speed gain in game-playing mode when you disable the permanent engine output and only write a line at the end of search?


Greetings,

Re: disable engine output in game play

Posted: Mon Dec 19, 2011 12:39 am
by kingliveson
There's a slight overhead (more pronounced in hyper-speed chess), but negligible overall.

Re: disable engine output in game play

Posted: Mon Dec 19, 2011 1:04 am
by Uly
It's probably less than 0.001 elo.

Re: disable engine output in game play

Posted: Sun Jan 15, 2012 2:39 pm
by fserrano
kingliveson wrote:There's a slight overhead (more pronounced in hyper-speed chess), but negligible overall.
I think it will depend on the engine. Mine is 35 elo worse with noise output in ultrafast games. (I hide for the first 250.000 nodes). Probably it should be innapreciable for longer time controls.