Hi,
In my game against Pedantic, Zangdar failed this :
8
7
6
5
4
3
2
1
a
b
c
d
e
f
g
h
i
"2rqr3/pb5Q/4p1p1/1P1p2k1/3P4/2N5/PP6/1K2R3 w - - 0 28 ";
There is a forced mate indeed, but it causes a lot of problems , like draw detection, quiescence with checks, aspiration window too small/large.
Of course programs like Stockfish have no such problem. But its still an interesting debug position.
But im just a noob)
Carbec wrote: ↑Sun Jul 30, 2023 5:56 pm
Hi,
In my game against Pedantic, Zangdar failed this :
8
7
6
5
4
3
2
1
a
b
c
d
e
f
g
h
i
"2rqr3/pb5Q/4p1p1/1P1p2k1/3P4/2N5/PP6/1K2R3 w - - 0 28 ";
There is a forced mate indeed, but it causes a lot of problems , like draw detection, quiescence with checks, aspiration window too small/large.
Of course programs like Stockfish have no such problem. But its still an interesting debug position.
But im just a noob)
[d]2rqr3/pb5Q/4p1p1/1P1p2k1/3P4/2N5/PP6/1K2R3 w - - 0 28
8
7
6
5
4
3
2
1
a
b
c
d
e
f
g
h
2rqr3/pb5Q/4p1p1/1P1p2k1/3P4/2N5/PP6/1K2R3 w - - 0 28
This is, the diagramme [d] tag with the FEN string without quotation marks and without [/d]. I guess that FEN tags also work, but get rid of the quotation marks (" ") and the semicolon (;).
Ajedrecista wrote: ↑Sun Jul 30, 2023 7:28 pmI use the following format to show boards:
And then it still doesn't work because the Javascript is on HGM's server, and that is using a self-signed certificate so that the browser rejects it. At least, if you load TC over https.
Ajedrecista wrote: ↑Sun Jul 30, 2023 7:28 pmI use the following format to show boards:
And then it still doesn't work because the Javascript is on HGM's server, and that is using a self-signed certificate so that the browser rejects it. At least, if you load TC over https.
True, this is the known issue of not showing boards on https://. Browsing through the mobile phone, I am able to see correctly my board while Philippe's is wrong: the quotation marks and the semicolon make a change on the FEN string, showing an odd board looking like this, creating a fake a8 dark empty square, with the true a8-h8 file being b8-i8 and 'dark on right' instead 'light on right':
Carbec wrote: ↑Sun Jul 30, 2023 5:56 pm
Hi,
In my game against Pedantic, Zangdar failed this :
8
7
6
5
4
3
2
1
a
b
c
d
e
f
g
h
i
"2rqr3/pb5Q/4p1p1/1P1p2k1/3P4/2N5/PP6/1K2R3 w - - 0 28 ";
There is a forced mate indeed, but it causes a lot of problems , like draw detection, quiescence with checks, aspiration window too small/large.
Of course programs like Stockfish have no such problem. But its still an interesting debug position.
But im just a noob)
Philippe
What is the problem with this position, exactly?
AdaChess, which is a moderately weak engine, found the Mate in 6 in 2 seconds. Here's the output:
Carbec wrote: ↑Sun Aug 06, 2023 11:58 am
Hi,
The problem was not in the position, but in my code... In fact, there was several problems, all fixed now.