-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b6e5d8
commit ce88b64
Showing
9 changed files
with
630 additions
and
533 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
|
||
|
||
This is the Bagatur's to-do list (a.k.a the backlog) of features requested by users (or needed to be implemented, because of technical reasons). | ||
Feel free to contribute http://sourceforge.net/projects/bagaturchess/develop | ||
|
||
1. Improve the parallel algorithm to scale on many CPU cores | ||
2. Continuous tuning of the Evaluation function based on the currently best engines | ||
1. Improve the parallel algorithm to scale batter on many CPU cores | ||
2. NNUE implementation of the evaluation function. More info: https://www.chessprogramming.org/NNUE, https://en.wikipedia.org/wiki/Efficiently_updatable_neural_network | ||
3. Continuous tuning of the Evaluation function based on the currently best engines | ||
|
||
You are more than welcome to contribute. |
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
17 changes: 17 additions & 0 deletions
17
Sources/Resources/doc/engine/txt/release_notes_BagaturEngine.txt
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.