what do these parameters mean and which are the best values for blitz games???
Thx in advance.
RANDOMCOUNT and RANDOMBITS????
Moderator: Ras
-
- Posts: 184
- Joined: Thu Mar 09, 2006 10:13 pm
RANDOMCOUNT and RANDOMBITS????
Dr. Bernardo Wesler
INFORMATION DOESN'T REPLACE KNOWLEDGE AND KNOWLEDGE DOESN'T REPLACE WISDOM.
INFORMATION DOESN'T REPLACE KNOWLEDGE AND KNOWLEDGE DOESN'T REPLACE WISDOM.
-
- Posts: 6442
- Joined: Tue Jan 09, 2007 12:31 am
- Location: PA USA
- Full name: Louis Zulli
Re: RANDOMCOUNT and RANDOMBITS????
To which engines do these parameters pertain? I don't think I've seen these before.chesstango wrote:what do these parameters mean and which are the best values for blitz games???
Thx in advance.
-
- Posts: 2129
- Joined: Thu May 29, 2008 10:43 am
Re: RANDOMCOUNT and RANDOMBITS????
Hi Dr. Wesler-chesstango wrote:what do these parameters mean and which are the best values for blitz games???
Thx in advance.
From the ippoLit web site:
"RandomCount counts the number of random perturbs to make. RandomBits is the size. Using RandomCount 8 and RandomBits 3 (size 0-7 of every step) can cause search instabilities. RandomCount of 8 and RandomBits of 1 is about 2% fewer in NPS, and 5-10 ELO worse? Another choice is RandomCount of 4 and RandomBits of 3. We have not looked at every choice."
perturbs = perturbations
randomizes eval values w/ multiple CPUs ...
new UCI feature as of IvanHoe v76
best to leave unchanged unless you really like to experiment
not a really interesting UCI option IMHO