add downsample
This commit is contained in:
parent
53c490b3b3
commit
2f6675e9f5
@ -63,6 +63,7 @@ library
|
|||||||
, HushGP.GP
|
, HushGP.GP
|
||||||
, HushGP.GP.PushArgs
|
, HushGP.GP.PushArgs
|
||||||
, HushGP.GP.Variation
|
, HushGP.GP.Variation
|
||||||
|
, HushGP.GP.Downsample
|
||||||
, HushGP.Problems.IntegerRegression
|
, HushGP.Problems.IntegerRegression
|
||||||
|
|
||||||
|
|
||||||
|
7
src/HushGP/GP/Downsample.hs
Normal file
7
src/HushGP/GP/Downsample.hs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
module HushGP.GP.Downsample where
|
||||||
|
|
||||||
|
import HushGP.State
|
||||||
|
import HushGP.Genome
|
||||||
|
|
||||||
|
updateCaseDistances :: [Individual] -> ([[Gene]], [Gene]) -> ([[Gene]], [Gene]) -> String -> Double -> ([[Gene]], [Gene])
|
||||||
|
updateCaseDistances evaledPop downsampleData trainingData informedDownsamplingType solutionThreshold = undefined
|
Loading…
x
Reference in New Issue
Block a user