ml-research / liground

A free, open-source and modern Chess Variant Analysis GUI for the 21st century

Home Page:https://ml-research.github.io/liground.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to limit the engine depth

opened this issue · comments

When I do analysis it continuously analyses, Which uses lots of cpu and causes heat on my laptop. So how can I limit to 18 or 20 something like that.

Hello @anonyGitUser ,
LiGround currently calls the go infinite command for position analysis and depth is only available in the PvE Settings.
However, I agree that adding an optional depth limiter makes sense.
Thank you for the suggestion. 👍

In the meantime you can use the command line box and type go depth <depth> if you want to get an analysis for a certain depth.

In the meantime you can use the command line box and type go depth <depth> if you want to get an analysis for a certain depth.

I think it would be really good to have the finite input depth integrated. As of now, this workaround only has effect on the UCI output right above it. I does not seem to be linked to any other components (such as the PVline box, and I suppose consequently the board arrows for the PV lines...

I do assume that the UCI console box there keeps the settings parameters otherwise.