You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For testing purposes I would like to be able to switch off the internal book. As there is no UCI parameter to do that what change should I make in the sources to accomplish that?
Gabor Szots, CCRL testing group
EDIT: I think I've found the solution: in uci.c I changed search.use_book = 1; to search.use_book = 0;
The text was updated successfully, but these errors were encountered:
Hi Michael,
For testing purposes I would like to be able to switch off the internal book. As there is no UCI parameter to do that what change should I make in the sources to accomplish that?
Gabor Szots, CCRL testing group
EDIT: I think I've found the solution: in uci.c I changed search.use_book = 1; to search.use_book = 0;
The text was updated successfully, but these errors were encountered: