From 500fbb5d77093ba29f4afc76158d660e316a95e3 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sat, 1 Mar 2025 23:22:39 -0600 Subject: [PATCH] add new files --- HushGP.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HushGP.cabal b/HushGP.cabal index c6430c7..4dbe064 100644 --- a/HushGP.cabal +++ b/HushGP.cabal @@ -60,11 +60,14 @@ library , HushGP.PushTests.IntTests , HushGP.PushTests.GenericTests , HushGP.PushTests.UtilTests + , HushGP.PushTests.GP.Selection , HushGP.GP , HushGP.GP.PushArgs , HushGP.GP.Variation , HushGP.GP.Downsample , HushGP.GP.PushData + , HushGP.GP.Selection + , HushGP.GP.Individual , HushGP.Problems.IntegerRegression , HushGP.Tools.Metrics