|
|
|
|
|
by thejteam
4396 days ago
|
|
What I would love to see is work on chess engines having better strength levels for amateurs. For me at least there is a line where everything below a certain level I can beat 95 percent of the time and everything at or above that level I lose to 95 percent of the time. |
|
Real players at each level tend to have characteristic weaknesses that are expressible in terms of the same factors used in a program's evaluation function. Consider some of the following, which players at a certain level will exhibit and then get past as they improve.
* Bringing the queen out too early.
* Missing pins and discoveries.
* Failing to contest the center.
* Creating bad bishops.
* Bad pawn structure.
* Failing to use the king effectively in the endgame.
These are all quantifiable. They could all be used to create a more realistic and satisfying opponent at 1200, 1500, 1800, etc. All it takes is some basic machine learning applied to a corpus of lower-level games, and a way to plug the discovered patterns into the playing engine.