From 487f7713772662d37d4e1c088c399183bea6ca86 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 18 Apr 2025 13:34:32 -0400 Subject: [PATCH] working on transformers --- .idea/editor.xml | 2 + CMakeLists.txt | 2 +- include/blt/gp/program.h | 5 +++ include/blt/gp/transformers.h | 8 ++++ include/blt/gp/util/statistics.h | 14 +++++++ src/program.cpp | 4 +- src/transformers.cpp | 66 +++++++++++++++++++++++++------- tests/serialization_test.cpp | 39 ++++++++++++++++++- 8 files changed, 121 insertions(+), 19 deletions(-) diff --git a/.idea/editor.xml b/.idea/editor.xml index 6df7d16..5603a5a 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -5,6 +5,8 @@