forked from mcostalba/Stockfish
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'stockfish/sf_5_base'
Conflicts: src/Makefile src/book.cpp src/main.cpp src/thread.cpp src/uci.cpp src/ucioption.h
- Loading branch information
Showing
44 changed files
with
2,261 additions
and
2,731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e389d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, I forked your project. I updated to Stockfish 5 too. However, I've made a few changes. I also made pondering work, albeit sometimes slowly.
Thanks for your work. It would have been a lot harder without it.
e389d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nmrugg Your fork looks awesome! I don't care too much for pondering, but your async refactoring could also work for 'go infinite', right? I assume you have refactored the search loop so that it returns after each iteration and allows events to be processed.
e389d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e389d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's awesome. I have added a reference to your fork to my readme. I'm intending to keep my fork as close to native stockfish as possible (I'm even considering dropping my opening book changes and instead adding example javascript code to do the book probing in the ui.), but I'm happy to send people your way for the added features.
e389d4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.