-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Significantly increased JIT compilation coverage (Currently the only thing preventing complete compilation is the TensorFlow calls) - Changed how boards are given from CPU to GPU, now using between 80-200 bits per board (depending on occupancy), opposed to the previous 480 - Now using a fully JIT compiled PriorityBin implementation, by utilizing the linked list system used in the negamax search. - Added the classes_and_structs.py file to hold JitClasses and Numpy structured scaler types (and basic functions involving them) - Improved the test for ANN inference - Various minor refactoring and code cleaning
- Loading branch information
Showing
13 changed files
with
822 additions
and
792 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
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.