Topple 0.3.5 now supports UCI Pondering in its most basic form (RE: CMCanavessi). Unfortunately I haven't been able to test the strength gain with pondering yet.
Aside from that improvements to time management, search speed, and evaluation of opposite coloured bishops gains around 60 elo in self play (though the actual gains will likely be less).
Graham Banks wrote: ↑Mon Feb 11, 2019 5:15 am
When I try to create it as an engine in ChessGUI, the "has stopped working" pop-up appears.
Previous versions were okay.
Hmm, could I ask which build you’re using? What CPU does the device you’re using it on have?
Graham Banks wrote: ↑Mon Feb 11, 2019 5:15 am
When I try to create it as an engine in ChessGUI, the "has stopped working" pop-up appears.
Previous versions were okay.
Hmm, could I ask which build you’re using? What CPU does the device you’re using it on have?
First generation i5. Has popcount.
Your legacy build for 0.3.4 works okay on it.
Graham Banks wrote: ↑Mon Feb 11, 2019 5:15 am
When I try to create it as an engine in ChessGUI, the "has stopped working" pop-up appears.
Previous versions were okay.
Hmm, could I ask which build you’re using? What CPU does the device you’re using it on have?
First generation i5. Has popcount.
Your legacy build for 0.3.4 works okay on it.
The core2, nehalem and x86-64 builds should all work on it. Core2 was the previous legacy build. Nehalem might be slightly faster if it runs.
Graham Banks wrote: ↑Mon Feb 11, 2019 5:15 am
When I try to create it as an engine in ChessGUI, the "has stopped working" pop-up appears.
Previous versions were okay.
Hmm, could I ask which build you’re using? What CPU does the device you’re using it on have?
First generation i5. Has popcount.
Your legacy build for 0.3.4 works okay on it.
The core2, nehalem and x86-64 builds should all work on it. Core2 was the previous legacy build. Nehalem might be slightly faster if it runs.
Graham Banks wrote: ↑Mon Feb 11, 2019 5:15 am
When I try to create it as an engine in ChessGUI, the "has stopped working" pop-up appears.
Previous versions were okay.
Hmm, could I ask which build you’re using? What CPU does the device you’re using it on have?
First generation i5. Has popcount.
Your legacy build for 0.3.4 works okay on it.
The core2, nehalem and x86-64 builds should all work on it. Core2 was the previous legacy build. Nehalem might be slightly faster if it runs.
They all have the same issue.
The three builds you suggested open up okay in a console window, but for some reason ChessGUI won't accept any of them when you try to load as an engine.
Topple v0.3.5 (c) Vincent Tang 2019
uci
id name Topple v0.3.5
id author Vincent Tang
option name Hash type spin default 128 min 1 max 1048576
option name Threads type spin default 1 min 1 max 128
option name Clear Hash type button
option name Ponder type check default false
uciok
isready
readyok
go depth 14 board=nullptr <--- perhaps the issue ?
But under the Shedder-Classic Topple v0.3.5 runs very well.
ThatsIt wrote: ↑Mon Feb 11, 2019 9:23 am
Topple v0.3.5 (c) Vincent Tang 2019
uci
id name Topple v0.3.5
id author Vincent Tang
option name Hash type spin default 128 min 1 max 1048576
option name Threads type spin default 1 min 1 max 128
option name Clear Hash type button
option name Ponder type check default false
uciok
isready
readyok
go depth 14 board=nullptr <--- perhaps the issue ?
But under the Shedder-Classic Topple v0.3.5 runs very well.
Best wishes,
G.S.
(CEGT team)
Thanks;
The issue here is that no “position” command was sent before “go”. As per the UCI protocol, a position command must be sent before any go command, so Topple starts without a default position loaded.