add variation file
This commit is contained in:
parent
52ed502b61
commit
747bf57d03
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
7
src/HushGP/GP/Variation.hs
Normal file
7
src/HushGP/GP/Variation.hs
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user