We often seek for parameters in a formula like this one
Code: Select all
if ( staticScore > beta + depth * slope + offset ) return staticScore
I am wondering if (and testing this currently) using offset around -100 or -150 and tune slope might be good, even such that slope + offset is a little negative.

