From 164765aa233e9174758d847616a5bc6a7a751d2b Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 14:02:39 -0600 Subject: [PATCH] comment out base gpLoop' --- src/HushGP/GP.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HushGP/GP.hs b/src/HushGP/GP.hs index 57215aa..f8c7c21 100644 --- a/src/HushGP/GP.hs +++ b/src/HushGP/GP.hs @@ -77,4 +77,4 @@ gpLoop' pushArgs generation evaluations population indexedTrainingData = do bestIndPassesDownsample = False -- TODO: fix this later epsilonPushArgs :: PushArgs epsilonPushArgs = pushArgs {epsilons = Nothing} -- TODO: And this -gpLoop' _ _ _ _ _ = error "How did this happen?" +--gpLoop' _ _ _ _ _ = error "How did this happen?"