Banksia GUI released

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
phhnguyen
Posts: 1524
Joined: Wed Apr 21, 2010 4:58 am
Location: Australia
Full name: Nguyen Hong Pham

Re: Banksia GUI released

Post by phhnguyen »

Wilhelm wrote: Wed Oct 06, 2021 7:57 pm Hi Pham,
the winboard engines are missing in the test positions window.
Engines with wb2uci adapter keep hanging after around 17 positions when using a time control of xx Sec/move.
I tried some different settings in the wb2uci.eng file but without luck. Using standard time control then it is working!?
Any idea what setting is needed?
Thanks!
Yes, test positions feature doesn't support Winboard engines yet since they are not easy to set and run from a given position. I need more time to check some code and then test with them.
Wilhelm wrote: Wed Oct 06, 2021 8:08 pm one more thing. Would it be possible to see the average time to find the right move on the result page?
No, that is impossible, especially since the engines are quite variable. That is why we test!
Wilhelm wrote: Wed Oct 06, 2021 8:08 pm The test suite function itself is amazing. Running the Rapid engine test for 50 engines was finished in around one hour!!!
Thanks for the info. So nice to know the new feature somewhat be useful :D

Edited: if you mean getting stats for the average time to find the right move: sure, we can. I have added it to my to-do list!
https://banksiagui.com
The most features chess GUI, based on opensource Banksia - the chess tournament manager
ydebilloez
Posts: 184
Joined: Tue Jun 27, 2017 11:01 pm
Location: Lubumbashi
Full name: Yves De Billoëz

Re: Banksia GUI released

Post by ydebilloez »

phhnguyen wrote: Thu Oct 07, 2021 2:08 am Options with the prefix UCI_ are special ones. They require chess GUIs understanding and doing some specific things to support. If chess GUIs don't support (quote from UCI protocol document):

Code: Select all

If the GUI get an unknown Option with the prefix "UCI_", it should just ignore it and not display it in the engine's options dialog.
So far, BSG supports the below UCI_-prefix options:

Code: Select all

uci_infojson, uci_showwdl, uci_wdlinfo, uci_limitstrength, uci_elo, uci_chess960, uci_variant, uci_showmovesleft
I don't know about those options (UCI_ShowCurrLine, UCI_EngineAbout) either. I may support them if you describe what they are, their purposes, what specific actions you expect from GUIs to support them.
Dear Pham,

Ok, I tried with one of the suggested values and it works. So no issue, it functions according to specs.
UCI_Variant is not really "standard". It seems the big names are leading the pack here.
BTW: I found some reference on the internet which is comprehensive about the UCI_Variant implementation. https://python-chess.readthedocs.io/en/ ... riant.html.

From the UCI specification:
* currline <cpunr> <move1> ... <movei>
this is the current line the engine is calculating. <cpunr> is the number of the cpu if
the engine is running on more than one cpu. <cpunr> = 1,2,3....
if the engine is just using one cpu, <cpunr> can be omitted.
If <cpunr> is greater than 1, always send all k lines in k strings together.
The engine should only send this if the option "UCI_ShowCurrLine" is set to true.
The UCI_EngineAbout has no added value. I just implemented it when I normalised the name of my program (when I added the xboard feature myname option). From the UCI specification:
* <id> = UCI_EngineAbout, type string
With this command, the engine tells the GUI information about itself, for example a license text,
usually it doesn't make sense that the GUI changes this text with the setoption command.
Example:
"option name UCI_EngineAbout type string default Shredder by Stefan Meyer-Kahlen, see www.shredderchess.com"
Yves De Billoëz @ macchess belofte chess
Once owner of a Mephisto I, II, challenger, ... chess computer.
User avatar
Wilhelm
Posts: 240
Joined: Thu Jan 14, 2016 10:02 am
Location: AUSTRIA, Vienna
Full name: Wilhelm HUDETZ

Re: Banksia GUI released

Post by Wilhelm »

phhnguyen wrote: Thu Oct 07, 2021 2:16 am Edited: if you mean getting stats for the average time to find the right move: sure, we can. I have added it to my to-do list!
that's exactly what I mean :-) When testing settings for me it is urgent to know if it are eg. 3sec or 20sec.
Thanks again!

Cheers William
Ryzen 5900x, 64GB Ram, RTX3080, 2x 2TB SSD, 1x 1TB SSD, 1x 2TB HDD, all custom watercooled, Win10 and Win7 Multiboot, Win98/Windows Millennium/WinXP virtual machines for 16bit
Retro Chess Chessmasterhttps://descent.at/files/
User avatar
AlexChess
Posts: 1562
Joined: Sat Feb 06, 2021 8:06 am
Full name: Alex Morales

Re: Banksia GUI released

Post by AlexChess »

Wilhelm wrote: Thu Oct 07, 2021 8:56 am
phhnguyen wrote: Thu Oct 07, 2021 2:16 am Edited: if you mean getting stats for the average time to find the right move: sure, we can. I have added it to my to-do list!
that's exactly what I mean :-) When testing settings for me it is urgent to know if it are eg. 3sec or 20sec.
Thanks again!

Cheers William
I LIKE BANKSIAGUI VERY MUCH!!!! :lol:
After every build it becomes better and full of new interesting features...
Chess engines and dedicated chess computers fan since 1981 :D macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum
User avatar
AdminX
Posts: 6363
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

Re: Banksia GUI released

Post by AdminX »

Feature Request:

Is it possible to add an option to set the tab color to something other (User Defined) than the default color white?

Thanks

Image
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
User avatar
AlexChess
Posts: 1562
Joined: Sat Feb 06, 2021 8:06 am
Full name: Alex Morales

Re: Banksia GUI released

Post by AlexChess »

Hi Pham!

Once updated engines on my SuperBlitz, I'll start to test the new EPD tests solving feature. :)

Best regards, Alex
Chess engines and dedicated chess computers fan since 1981 :D macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum
User avatar
AlexChess
Posts: 1562
Joined: Sat Feb 06, 2021 8:06 am
Full name: Alex Morales

Re: Banksia GUI released

Post by AlexChess »

Hi Pham!

Glitch on Engine info:

Image

When the frame is small, analysis values (depth, score, time, nodes, tbhits) dance. It's related to the number of moves of the variation shown in 1 or more rows) and sometimes disappear on top or bottom of the frame.
Could you please anchor them, so they stop moving up and down while computing?

Thank you!
Best regards, Alex
Chess engines and dedicated chess computers fan since 1981 :D macOS Sequoia 16GB-512GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum
User avatar
AdminX
Posts: 6363
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

Re: Banksia GUI released

Post by AdminX »

How is this for going dark with Banksia? Note to Pham: Symmetry is broken when display clocks on one line, it might look better if right clock panel showed Time-Name-Logo instead.

Image
Click Image for Larger View

Image
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
User avatar
AdminX
Posts: 6363
Joined: Mon Mar 13, 2006 2:34 pm
Location: Acworth, GA

Re: Banksia GUI released

Post by AdminX »

AdminX wrote: Sat Oct 09, 2021 3:48 pm How is this for going dark with Banksia? Note to Pham: Symmetry is broken when display clocks on one line, it might look better if right clock panel showed Time-Name-Logo instead.
Otherwise just mirror the order from Left Clock Panel when all on one line option is selected. :D
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
Torom
Posts: 18
Joined: Sun Aug 08, 2021 4:58 pm
Full name: Torsten Hellwig

Re: Banksia GUI released

Post by Torom »

Hey, I asked earlier if there is a possibility to use chessdb as an opening book for Lichess games. In the meantime, the official Lichess bot has this function: https://github.com/ShailChoksi/lichess- ... dd532fc79c

It would be great if you could think about adding this function to Banksia, because now with Banksia you might have a disadvantage compared to the standard bot.

In addition, the standard bot now also supports online EGTB from Lichess and chessdb, I personally don't find this function very important.