Thomas Dybdahl Ahle

Results 127 comments of Thomas Dybdahl Ahle

I think, if searching could be made non regular expression, that would solve it. Likely it's not really needed if this hasnthasn't been a problem before.

That would certainly work :-) I guess I just can't imagine any cases where you'd want to insert a regular expression verbatim as a bracket. On Fri, Oct 9, 2015,...

I think I can shed some light on this. Recent versions of sunfish no longer has a global search function, but a Searcher class of which you should make an...

Here is how it's used in main() of sunfish ``` # Fire up the engine to look for a move. move, score = searcher.search(pos, secs=2) ```

Yes. Though if it's easier you can also use the _search method, which returns an iterator that can be stopped when enough nodes are searched. See the implementation of the...

I made a pull-request with basically FF27's changes. Everything seems to work now.

It's a question of what exactly the difference should be between the debugfile and simply the standard output. If one wants to save stdout to a file as well as...

So I think -debug has quite a performance impact, since it puts the engines into debug mode and saves all the communication. I wouldn't want to encourage enabling it by...

It looks like data.lczero.org is down right now. You can also get a million CCRL games in pgn format from https://ccrl.chessdom.com/ccrl/4040/#:~:text=Download%20games

@joergoster Could it be that your engines use multiple threads themselves?