IID (skipped when in check and Score greater than alpha)

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

tomitank
Posts: 276
Joined: Sat Mar 04, 2017 12:24 pm
Location: Hungary

Re: IID (skipped when in check and Score greater than alpha)

Post by tomitank »

Only in a PV node?

1. is without IID?

Time control?
User avatar
hgm
Posts: 27790
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: IID (skipped when in check and Score greater than alpha)

Post by hgm »

AlvaroBegue wrote:I don't really know what you mean by robustness. How do you define it? And how do you measure it? (To be clear, these are not rhetorical questions: I genuinely want to know your answers.)
'Robust' means that it always works, even in pathological cases.

One way to measure it would be to take the worst ratio of the node counts of two subsequent iterations, on a large set of test positions. Large ratios indicate pathological situations (e.g. where it has to change PV).
AlvaroBegue
Posts: 931
Joined: Tue Mar 09, 2010 3:46 pm
Location: New York
Full name: Álvaro Begué (RuyDos)

Re: IID (skipped when in check and Score greater than alpha)

Post by AlvaroBegue »

hgm wrote:
AlvaroBegue wrote:I don't really know what you mean by robustness. How do you define it? And how do you measure it? (To be clear, these are not rhetorical questions: I genuinely want to know your answers.)
'Robust' means that it always works, even in pathological cases.

One way to measure it would be to take the worst ratio of the node counts of two subsequent iterations, on a large set of test positions. Large ratios indicate pathological situations (e.g. where it has to change PV).
That's a good idea. I should make a test for that so I can run it after every change.

Thanks for the idea!