How im implementing just material balance and a few positional sqares for a few pieces...
Now I want to implement in my evaluation double pawns, passed pawns, mobility, king safety...etc
my question is ..if my material scores are this:
Pawn: 1
Knight: 7
Bishop: 7.5
Rook: 8
Queen: 9
king: 15
how much penalty do I have to give to:
double pawns? (example: -0.3)
how much bonus do I have to give to:
passed pawns? (example: +0.5)
and mobility..how much for sqare I can move?
just simple values so I can start tuning my evaluation function..