add variation file

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 14:59:23 -06:00
parent 52ed502b61
commit 747bf57d03
2 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,7 @@ library
, HushGP.PushTests.UtilTests , HushGP.PushTests.UtilTests
, HushGP.GP , HushGP.GP
, HushGP.GP.PushArgs , HushGP.GP.PushArgs
, HushGP.GP.Variation
, HushGP.Problems.IntegerRegression , HushGP.Problems.IntegerRegression

View File

@ -0,0 +1,7 @@
module HushGP.GP.Variation where
import HushGP.Genome
import HushGP.GP.PushArgs
newIndividual :: PushArgs -> [Individual] -> Individual
newIndividual = error "Implement this later"