Hi,

I found that ScidVsPC set a depth limit of max 30 for the analysis
engine wrt generating annotations. Given that many of the current
engines can reach deep relatively faster, and also given the
variations in their eval functions and mechanisms, felt it might be
useful to increase the limit to a larger value so that users can
select whatever they feel might be appropriate given their setup and
situation. So I created this patch to set the limit to 100.

-- 
Keep ;-)
HanishKVC
--- scid	2024-11-26 05:57:53.000000000 +0530
+++ scid.hkvc	2024-11-27 09:30:44.399945061 +0530
@@ -139811,7 +139811,7 @@
 
     frame $w.depth 
     label $w.depth.label -textvar tr(DepthPerMove) -width 22
-    spinbox $w.depth.spDepth -width 4 -textvar annotate(WantedDepth) -from 10 -to 30 -increment 1
+    spinbox $w.depth.spDepth -width 4 -textvar annotate(WantedDepth) -from 10 -to 100 -increment 1
 
     pack $w.depth -side top -pady 3 
     pack $w.depth.label -side left
_______________________________________________
Scidvspc-users mailing list
Scidvspc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scidvspc-users

Reply via email to