From 946ddcc572a2428e0e0313b274c59f552a513c60 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Tue, 24 Dec 2024 00:02:29 -0500 Subject: [PATCH] rice broken --- .idea/editor.xml | 21 ++ CMakeLists.txt | 46 ++--- examples/examples_base.h | 61 ++++++ examples/rice_classification.h | 139 +++++++++++++ examples/src/rice_classification.cpp | 215 +++++++------------- examples/src/symbolic_regression.cpp | 50 +++-- examples/symbolic_regression.h | 70 +++++-- include/blt/gp/allocator.h | 12 +- include/blt/gp/fwdecl.h | 14 +- include/blt/gp/program.h | 25 ++- include/blt/gp/selection.h | 53 ++--- include/blt/gp/stack.h | 2 +- include/blt/gp/tree.h | 39 ---- include/blt/gp/util/statistics.h | 206 +++++++++++++++++++ include/blt/gp/{stats.h => util/trackers.h} | 0 lib/blt | 2 +- src/tree.cpp | 2 +- src/util/statistics.cpp | 50 +++++ src/{stats.cpp => util/trackers.cpp} | 5 +- 19 files changed, 724 insertions(+), 288 deletions(-) create mode 100644 examples/examples_base.h create mode 100644 examples/rice_classification.h create mode 100644 include/blt/gp/util/statistics.h rename include/blt/gp/{stats.h => util/trackers.h} (100%) create mode 100644 src/util/statistics.cpp rename src/{stats.cpp => util/trackers.cpp} (95%) diff --git a/.idea/editor.xml b/.idea/editor.xml index b0d69ef..eb796be 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -479,5 +479,26 @@