UCI seldepth
Moderator: Ras
-
- Posts: 344
- Joined: Wed Sep 23, 2009 5:56 pm
- Location: Germany
UCI seldepth
Why do so many engines omit to report the UCI seldepth?
-
- Posts: 6442
- Joined: Tue Jan 09, 2007 12:31 am
- Location: PA USA
- Full name: Louis Zulli
Re: UCI seldepth
For those who don't already know what this is:metax wrote:Why do so many engines omit to report the UCI seldepth?
* seldepth
selective search depth in plies
-
- Posts: 613
- Joined: Sun Jan 18, 2009 7:03 am
Re: UCI seldepth
"selective search depth in plies" still doesn't say me anything.
I know that depth is also quite ambiguous concept in modern computer chess, but it can often be interpreted as iteration. But what is "selective search depth"?
I know that depth is also quite ambiguous concept in modern computer chess, but it can often be interpreted as iteration. But what is "selective search depth"?
Joona Kiiski
-
- Posts: 2292
- Joined: Mon Sep 29, 2008 1:50 am
Re: UCI seldepth
I would assume that this is the depth of the deepest branch searched.I know that depth is also quite ambiguous concept in modern computer chess, but it can often be interpreted as iteration. But what is "selective search depth"?
Not sure if one has to count quiescence search.
-
- Posts: 292
- Joined: Tue Jul 07, 2009 4:56 am
Re: UCI seldepth
It's definitely ill-defined. In Daydreamer I report depth as the nominal root depth, and seldepth as the maximum length path from the root, including quiescence. I've never found seldepth all that helpful, though.
-
- Posts: 1260
- Joined: Sat Dec 13, 2008 7:00 pm
Re: UCI seldepth
As a developer it is sometimes useful to spot search explosions.