Another update: The problem was actually that I was not using stable sort when I scored the moves.
History moves is actually working good!
Search found 3 matches
- Fri Jun 02, 2023 11:33 pm
- Forum: Programming and Technical Discussions
- Topic: Question about history moves
- Replies: 2
- Views: 6028
- Thu Jun 01, 2023 7:53 pm
- Forum: Programming and Technical Discussions
- Topic: Question about history moves
- Replies: 2
- Views: 6028
Re: Question about history moves
Update: I checked other source codes and tried out examples from a tutorial: Well, as it turns out, history moves is working with the example from the tutorial, but it fails greatly in my mate in 5 examples. So I will just turn off this feature. I couldn't even find this either in Stockfish.
- Wed May 31, 2023 9:33 pm
- Forum: Programming and Technical Discussions
- Topic: Question about history moves
- Replies: 2
- Views: 6028
Question about history moves
Hi,
I'm watching the Youtube-Tutorial of the BBC chess engine and on one episode, he talks about history moves and in my C++ code, which is structured differently, it actually takes much longer to calculate with history moves. In fact, beginning at depth 8, it's like an infinite loop.
Here is what ...
I'm watching the Youtube-Tutorial of the BBC chess engine and on one episode, he talks about history moves and in my C++ code, which is structured differently, it actually takes much longer to calculate with history moves. In fact, beginning at depth 8, it's like an infinite loop.
Here is what ...