Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
44 views

I'm building a hobby chess engine that communicates through the UCI protocol. This is communication done through standard out/in of the program, with each line representing a single command. One of ...
Kyle Pollard's user avatar
  • 2,362
1 vote
3 answers
113 views

I’m writing a chess engine in C++ that communicates via the UCI protocol, and I need an efficient way to check whether the allocated search time has been exceeded without adding too much overhead. The ...
0 votes
0 answers
20 views

When uci_save write delta values to /tmp/.uci/, if many daemons write same uci values to the same file, will there be a problem? Or will it just be overwritten? uci_save() should do file open/write ...
samp lin's user avatar
0 votes
1 answer
67 views

I'm trying to use the python-chess library to interface with Stockfish on macOS, but I'm encountering a TimeoutError during the initialization process. Here's a simplified version of my code: import ...
1 vote
2 answers
184 views

I'm trying to create a chess engine eval bar for React. For this I've added stockfish.js to my project and using the web worker api, initialized the engine inside a useEffect that gets re-rendered ...
1 vote
0 answers
874 views

Trying to code a chess engine for the first time. I have connected my engine to the cutechess GUI cutechess. Currently my engine is receiving the current position from cutechess as something like: ...
Cam's user avatar
  • 31
1 vote
0 answers
155 views

I've been trying to make a custom python engine, that uses UCI protocol to communicate it's moves. I'm able to understand how the UCI protocol works, but I don't understand how to make my python ...
2 votes
0 answers
539 views

I'm working on a chess UI and am trying to implement a game analysis feature by calling UCI engines. For showing analysis of a specific position two things are needed: get the cp value for the move ...
parszab's user avatar
  • 159
0 votes
1 answer
1k views

Hey all I have been trying find some code that would allow me to update my firewall rule via the UCI. The way I am currently adding the new rule is like this: uci add firewall rule uci set firewall.@...
0 votes
0 answers
168 views

I use Mscrm 365 on-premise, in my last version (2016) there was a use in InvalidPluginExecutionException function to show the user an error. In 365 I get the error but not the text I wrote, example in ...
Damkulul's user avatar
  • 1,486
0 votes
1 answer
245 views

this is the link from which I want the csv files:http://archive.ics.uci.edu/ml/datasets/selfBACK My approach right now is to download it locally, by simply clicking it. But, this folder has a lot of ...
0 votes
1 answer
28 views

I have the following scenario (for reference, I want to implement the UCI chess engine protocol): I need to perform a calculation for some time x (possibly infinite). When the time is up, I want to ...
mexx's user avatar
  • 51
0 votes
0 answers
1k views

I am building an openwrt firmware for an old mt7620 board for commercial purpose (captive portal) I am encountering a strange behaviour when I try to save updated config files. I am trying to figure ...
0 votes
2 answers
867 views

I am trying to use the Multiselect option set and want to build it dynamically, the addOption() is populating the multiselect field correctly, but on save of record it is prompting the validation ...
1 vote
1 answer
535 views

Any uci function like uci_load() but load config file not under /etc/config? Can we specify directory not in /etc/config?
ios's user avatar
  • 13

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /