8 | |||||||||
7 | |||||||||
6 | |||||||||
5 | |||||||||
4 | |||||||||
3 | |||||||||
2 | |||||||||
1 | |||||||||
a | b | c | d | e | f | g | h |
r1b2rk1/pp1p1pp1/1b1p2B1/n1qQ2p1/8/5N2/P3RPPP/4R1K1 w - - 0 1
See: http://homepage.mac.com/chessnotation/BWTC0001.html
Moderator: Ras
8 | |||||||||
7 | |||||||||
6 | |||||||||
5 | |||||||||
4 | |||||||||
3 | |||||||||
2 | |||||||||
1 | |||||||||
a | b | c | d | e | f | g | h |
How do you choose your candidate moves?sje wrote:Symbolic: BWTC.0001 (12 nodes)
8 7 6 5 4 3 2 1 a b c d e f g h
r1b2rk1/pp1p1pp1/1b1p2B1/n1qQ2p1/8/5N2/P3RPPP/4R1K1 w - - 0 1
See: http://homepage.mac.com/chessnotation/BWTC0001.html
It means that Qxf7+ is ordered before Bxf7+.sje wrote:1. Bxf7+ was not included in the search because a forced mate was located first. The search concludes as soon as a forced result at the root is detected. The mate search does not attempt to find faster mates after a sure mate of any length is discovered.
No claim is made that the mate attack/defend metrics are good for anything other than mate attacks and defenses.
1. Qxf7+ comes before 1. Bxf7+ because it does more damage to the black king's flight square set. There is no SEE used for mate attack selection.Uri Blass wrote:It means that Qxf7+ is ordered before Bxf7+.
It is counter intuitive and as a human Bxf7+ is the first move that I look at it.
If you use SEE to decide about order of moves then
Bxf7+ seems better than Qxf7+.
Uri
Code: Select all
;; Node marks
;;
(defconstant TheNodeMarks
'(
IsAlternate
IsBTM
IsBook
IsCandidate
IsCertain
IsCheckResponse
IsCheckmate
IsDraw
IsDrawByFiftyMoveRule
IsDrawByInsufficientMaterial
IsDrawByStalemate
IsDrawByThreefoldRepetition
IsExtension
IsFM
IsForced
IsForcedDraw
IsForcedLose
IsForcedMate
IsFullyExpanded
IsInCheck
IsInDoubleCheck
IsNoMovesAvailable
IsOnlyOneMoveAvailable
IsOriginal
IsRoot
IsSM
IsSecondRepetition
IsSingletonResponse
IsTablebase
IsTerminal
IsWTM
))