remove unneeded comments

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-01 16:21:00 -06:00
parent 9c23017976
commit 690b4507b2

View File

@ -151,10 +151,3 @@ updateCaseDistances evaledPop downsampleData trainData informedDownsamplingType
"elite" -> convertToEliteError errors "elite" -> convertToEliteError errors
"soft" -> convertToSoftError solutionThreshold errors "soft" -> convertToSoftError solutionThreshold errors
_ -> errors _ -> errors
-- map (\other -> getDistanceBetweenCases [[0,0],[0,0]] 0 other) [0..(length [3,4] - 1)]
-- tempData = intTrainData !! 0
-- dCase = tempData{_downsampleIndex = Just 3, _caseDistances = Just [2,2,2,2,2]}
-- updateIn dCase (updateAtIndices [2,2,2,2,2] (map (\other -> getDistanceBetweenCases [[0,0],[0,0]] 0 0) [0..(length [3,4] - 1)]) [3,4])
-- Replacement for updateIn: dCase{_caseDistances = Just (updateAtIndices (extractDistance dCase) (map (\other -> getDistanceBetweenCases [[0,0],[0,0]] 0 0) [0..(length [3,4] - 1)]) [3,4])}