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/actions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/actions.h') diff --git a/include/actions.h b/include/actions.h index 37c8d9e..75c881e 100644 --- a/include/actions.h +++ b/include/actions.h @@ -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 . */ #ifndef ACTIONS_H -- cgit v1.2.3