comment out base gpLoop'

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 14:02:39 -06:00
parent 6ca07694e6
commit 164765aa23

View File

@ -77,4 +77,4 @@ gpLoop' pushArgs generation evaluations population indexedTrainingData = do
bestIndPassesDownsample = False -- TODO: fix this later bestIndPassesDownsample = False -- TODO: fix this later
epsilonPushArgs :: PushArgs epsilonPushArgs :: PushArgs
epsilonPushArgs = pushArgs {epsilons = Nothing} -- TODO: And this epsilonPushArgs = pushArgs {epsilons = Nothing} -- TODO: And this
gpLoop' _ _ _ _ _ = error "How did this happen?" --gpLoop' _ _ _ _ _ = error "How did this happen?"