You can simply use "position startpos" instead of "ucinewgame". Topple's hash table doesn't use aging so ucinewgame is completely optional (which is why I've left it unimplemented).Dann Corbit wrote: ↑Wed Jun 27, 2018 10:48 pmSome people have an evil streak that is hard to combat.Code: Select all
} else if (cmd == "ucinewgame") { delete board; board = new board_t("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"); } else if (cmd == "setoption") {
Topple
Moderator: Ras
-
- Posts: 182
- Joined: Sun Jun 12, 2016 5:44 pm
- Location: London
- Full name: Vincent
Re: Topple
-
- Posts: 182
- Joined: Sun Jun 12, 2016 5:44 pm
- Location: London
- Full name: Vincent
Re: Topple
Yeah; the UCI spec still requires a "position ..." command before "go"
-
- Posts: 182
- Joined: Sun Jun 12, 2016 5:44 pm
- Location: London
- Full name: Vincent
Re: Topple
Just released v0.1.2 which fixes a bug that would cause Topple to time out when a position approached threefold repetition, and also improves time management.
It can be downloaded at: https://github.com/konsolas/ToppleChess ... tag/v0.1.2
It can be downloaded at: https://github.com/konsolas/ToppleChess ... tag/v0.1.2
-
- Posts: 182
- Joined: Sun Jun 12, 2016 5:44 pm
- Location: London
- Full name: Vincent
Re: Topple
If your results for 0.1.1 included time forfeits by Topple, then 0.1.2 might gain 1 or 2 elo. Otherwise, there will be no difference, so it should be safe to combine results.SzG wrote: ↑Fri Jun 29, 2018 2:34 pmVincent, do you think 0.1.1 and 0.1.2 results can be combined? In other words, how much improvement do you expect from the fix?konsolas wrote: ↑Fri Jun 29, 2018 2:31 pm Just released v0.1.2 which fixes a bug that would cause Topple to time out when a position approached threefold repetition, and also improves time management.
It can be downloaded at: https://github.com/konsolas/ToppleChess ... tag/v0.1.2
-
- Posts: 182
- Joined: Sun Jun 12, 2016 5:44 pm
- Location: London
- Full name: Vincent
Re: Topple
Great, then v0.1.2 will be exactly the same strength-wise.
-
- Posts: 182
- Joined: Sun Jun 12, 2016 5:44 pm
- Location: London
- Full name: Vincent
Re: Topple
I've finished writing Topple v0.2.0 with several improvements to search, which allow it to search much deeper than previous versions.
It can be downloaded here: https://github.com/konsolas/ToppleChess ... tag/v0.2.0
Topple v0.2.0 achieves an estimated +200 elo in self-play compared to v0.1.2
Feedback is appreciated
It can be downloaded here: https://github.com/konsolas/ToppleChess ... tag/v0.2.0
Topple v0.2.0 achieves an estimated +200 elo in self-play compared to v0.1.2
Feedback is appreciated
