Hello,
I want to train my tactical ability to spot opponent chances in a possition. Doing lot of tactical problems of type "I move and win" has made the habit in me to look only for my chances, and sometimes even If I am strong at solving them, I can blunder becuase of that habit.
To fix the bad habit, I was thinking on doing exercises of type "avoid move", "prophylapxis", or similar. But I have asked in chess forums for that type of exercises, books, ...., but none exist; so I was thinking in computer chess, I mean:
1) are there epd suites like what I have described? and been reasonables for human (not long combinations only able for cumputers?
2) If no, any ideas how I can build them using a modified engine to write positions and solutions on a file after examining a collection of lot of games??
Thanks.
Looking for help on tactics
Moderator: Ras
-
Kempelen
- Posts: 620
- Joined: Fri Feb 08, 2008 10:44 am
- Location: Madrid - Spain
-
Vinvin
- Posts: 5335
- Joined: Thu Mar 09, 2006 9:40 am
- Full name: Vincent Lejeune
Re: Looking for help on tactics
Chess Tempo has a lot of interesting tactical exercises : http://chesstempo.com/chess-tactics.html
-
jdart
- Posts: 4435
- Joined: Fri Mar 10, 2006 5:23 am
- Location: http://www.arasanchess.org
Re: Looking for help on tactics
ChessBase has this too: https://tactics.chessbase.com/
-
Ferdy
- Posts: 4856
- Joined: Sun Aug 10, 2008 3:15 pm
- Location: Philippines
Re: Looking for help on tactics
Given a position let an engine analyze it at multipv 4, can be 5 or more. If the scores of the first 3 pv are close and the score of the 4th pv is far say -50 cp from the score of 3rd pv then the move in the 4th pv can be considered as a move that should be avoided. Thru experiments you may decide the score of the first pv, whether it is winning or equal, or the difference between the score of first pv and 3rd pv, material balance and others.Kempelen wrote: 2) If no, any ideas how I can build them using a modified engine to write positions and solutions on a file after examining a collection of lot of games??
One way of doing this thru a script, reading the pgn file and analyze positions there with an engine. Have a look on Python-chess library, it is capable of doing this.
-
Guenther
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: Looking for help on tactics
http://talkchess.com/forum/viewtopic.ph ... =chessheroKempelen wrote:Hello,
I want to train my tactical ability to spot opponent chances in a possition. Doing lot of tactical problems of type "I move and win" has made the habit in me to look only for my chances, and sometimes even If I am strong at solving them, I can blunder becuase of that habit.
To fix the bad habit, I was thinking on doing exercises of type "avoid move", "prophylapxis", or similar. But I have asked in chess forums for that type of exercises, books, ...., but none exist; so I was thinking in computer chess, I mean:
1) are there epd suites like what I have described? and been reasonables for human (not long combinations only able for cumputers?
2) If no, any ideas how I can build them using a modified engine to write positions and solutions on a file after examining a collection of lot of games??
Thanks.