From e1083426fc9dc5e8517cf845015aa57bf0b39ca6 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Tue, 24 Dec 2024 01:17:14 -0500 Subject: [PATCH] now both examples are in their own header file --- .idea/editor.xml | 21 -- CMakeLists.txt | 2 +- examples/examples_base.h | 3 + examples/rice_classification.h | 189 ++++++++++------- examples/src/rice_classification.cpp | 295 +++++++++++---------------- examples/src/symbolic_regression.cpp | 48 ++++- examples/symbolic_regression.h | 54 +---- include/blt/gp/util/statistics.h | 64 +++--- src/util/statistics.cpp | 6 +- 9 files changed, 315 insertions(+), 367 deletions(-) diff --git a/.idea/editor.xml b/.idea/editor.xml index eb796be..b0d69ef 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -479,26 +479,5 @@