Ferdinand Mosca

Results 86 comments of Ferdinand Mosca

I see the Desktop Floating Toolbar in Cookbook. It seems like they are just buttons. That is possible indeed. This can be placed below the chessboard.

Thanks I will try your suggestions.

All right here is an example interrupt and resume using HOT_RESTART. It is in python. Please check if it is right. ## Interrupt/Resume with HOT_RESTART ```python #!/usr/bin/python """ interrupt_resume.py When...

My name is Ferdinand Mosca. Thanks for the definitions, I will do some research about it. BTW I have encountered this [doc](https://www.mathworks.com/help/gads/how-pattern-search-polling-works.html) while searching of how poll work, nice illustrations....

I have tried using nomad as an optimizer of the search parameters of a computer chess engine. Basically there are two engines, base_engine and test_engine. The base engine will take...

The algorithm is simple and is found in https://github.com/fsmosca/chess-artist/blob/56f7732dfbdb5ca3190ecff9d8e5340bf3a7b5b4/chess_artist.py#L2439 ``` Generate chess position puzzle or test positions from a given pgn file. Analyze position in the game from pgn file,...

I am not familiar with a robot playing chess that uses an engine. Somehow you need the **robot manual** how to connect it to an external device or program. But...

Tried this in Cutechess GUI on win 10, matching 2 engines with ponder on, one cecp the other is uci. #### Crafty vs Deuterium Crafty played Nf3 Crafty is pondering...

> FileNotFoundError: [Errno 2] No such file or directory: 'Engines' Try to use the git clone command to get all the files in this repo. * create a temp folder...

There is an engine from stockfish for mac. https://stockfishchess.org/download/ I am not familiar with macos.