Being a smart-ass are we ?Henk wrote: The more material the more mobility. So they are dependent should I remove mobility or materialCount or both.
If you read Tord's article, you will see that he talks about orthogonal projection. In the case of mobility, the way to minimize this is to center it, as I explained already in my prevoous post:
Code: Select all
weight(phase, piece) * [nb_squares - avg_nb_squares(piece)]
But yes, if you don't center your mobility, tuning becomes hell, because:
* any change in the mobility weight indirectly affects the average piece values (even if the nominal values are unchanged).
* the nominal piece values can be far from the real piece average value, which is somewhat confusing and can lead to counter intuitive tuning results.