Chess for Android: UCI Engine Options

The UCI engine setup dialog in Chess for Android was developed a long time ago when there were not many chess engines available for Android. As a result, I opted for a simple dialog that featured a few, commonly used UCI engine options only (such as hash table size, number of threads, endgame tablebases). However, the options that I picked almost ten years ago no longer serve the wide variety in options of the many chess engines available for Android.

Therefore, I decided to re-implement the UCI engine setup and do what the UCI protocol specification actually intended: the GUI should parse all options and build a dialog that allows the user to change them. For engines with only a few options, this yields a concise dialog, as illustrated below with BikJump v1.8. For engines with many options, this yields a more elaborate, scrollable dialog, as illustrated below for Leela Chess Zero. In any case, however, the new implementation gives the user full access to all options!

Expect this new feature to go into production very soon. A few comments on issues that could be improved.
  1. As before, the options setup is a one time procedure for each engine. Individual options can only be changed by first clearing the options setup for that engine, and starting again. I may add a "change options" feature at some point, so that not all parameters need to be revisited each time.
  2. The UCI protocol specification recommends omitting certain options that are best handled elsewhere. For now, I opted for showing all options at once.
  3. The options setup is associated with an engine binary. Perhaps in the future I may allow setting up a single binary with different options, and giving each configuration a new name.
As usual, please let me know what you think!





Comments

Aart Bik said…
This is rolling out to production as version 6.1.6 on Google Play.
Unknown said…
Will Chess for Android run on a tablet with 1 GB ram?
ajcbik said…
Absolutely! Chess for Android runs on phones and tablets, with minimum memory requirements.
ayngaran said…
Hi I have installed the Chess for Android in my phone(Moto Z2 Force India Edition,Android Pie).
I am not able to set the options for the Stockfish engine,even the first time after install it does not pop out.
But the engine installed message comes.I have imported a Stockfish10 Zip file.
Please help out
Ayngaran
ajcbik said…
Hi Ayngaran,
If you installed the zip file (which is a compressed file), it won't run as binary (missing setup and analysis altogether). Please first unzip the file (unzip stockfish.zip yields stockfish for example), then install the resulting uncompressed binary. Hope that helps.
Aart

Popular posts from this blog

Connecting Chess for Android to a Remote Server

Checkers Move Generation

Connecting with the DGT Board