This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

Pawn Center

Home * Evaluation * Pawn Structure * Pawn Center

Chess theory holds that it is advantageous to control the center with pawns. This principle has been stressed especially in the classical period of chess theory to the extent that some perfectly healthy openings were considered disadvantageous on the grounds that they "give up the center" like the [https://en.wikipedia.org/wiki/French_Defence#Rubinstein_Variation_3...dxe4 Rubinstein line in the French]. Many of the hypermodern openings adopt the opposite attitude, allowing the opponent to build the pawn center in order to attack it later on. It follows that the evaluation function, in order to remain flexible, should not assign too great weights to pawn center - else it would be unable to evaluate this kind of position correctly.

Contents
  1. Terms
  2. Coding
  3. See also
  4. Publications
  5. Forum Posts
  6. External Links
  7. References

Terms

related to Pawn Center by Hans Kmoch 1 2

Coding

Coding pawn center evaluation routine, one can

  1. use values in a piece-square table for pawns
  2. raise the material value of central pawns or
  3. assign bonuses for certain pawn configurations, like the following:
    1. good formation of white pawns on d4 and c4
    2. e4 or d4 pawn defended by another pawn

Some other evaluation factors are interrelated with the pawn center, like the penalty for a knight on c3 blocking c2 pawn in the closed openings.

See also

Publications

Forum Posts

References

Up one Level


  1. Glossary for Pawn Power In Chess by Hans Kmoch↩︎

  2. Hans Kmoch (1959, 1990). Pawn Power in Chess. New York: Dover, 1990. Previous ed.: New York: McKay, 1959. ISBN 0-486-26486-6, Google Books, amazon↩︎

  3. Re: Tcec season 18 by Warren D. Smith, FishCooking, June 28, 2020 » TCEC Season 18 Sufi Game 63 10... c4↩︎

Categories: Hans Kmoch

What links here

Contributors: GerdIsenberg.