From 2dbb9fa9b69e49d49cebb1c17559f6fe67600a4d Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 28 Mar 2021 00:19:05 -0400 Subject: Fix copyright notice in files, and small preemptive optimisation Eventually there'll be a more complicated data generation step than the one we're presently using, so having it in-lined in the loop is wasteful. Ideally also this would be update per ply and we could avoid recalculating it entirely for every query -- though it's probably ``fast enough'' for now. Also, caching is WIP. --- include/zobrist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zobrist.c') diff --git a/include/zobrist.c b/include/zobrist.c index bedfa68..48a115b 100644 --- a/include/zobrist.c +++ b/include/zobrist.c @@ -12,7 +12,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with Takwrap. If not, see . + along with ct. If not, see . */ #include "zobrist.h" -- cgit v1.2.3