tildedave / apep-chess-engine

Chess engine that I hacked up in grad school
GNU Lesser General Public License v3.0
3 stars 0 forks source link

center control scales poorly #17

Open tildedave opened 13 years ago

tildedave commented 13 years ago

currently the formula used to calculate center control is numAttacks * squareValue -- unfortunately squareValue is linearly increasing: 1,2,3,4 --> is an attack on the 6th rank really that much more valuable than an attack on the 5th?