Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
574628b
1
Parent(s):
7c303e1
Evaluate individuals on whole dataset after a round is over
Browse files- julia/sr.jl +1 -6
julia/sr.jl
CHANGED
@@ -1034,12 +1034,7 @@ function fullRun(niterations::Integer;
|
|
1034 |
end
|
1035 |
end
|
1036 |
end
|
1037 |
-
|
1038 |
-
#pass #(We already calculate full scores in the optimizer)
|
1039 |
-
#TODO - not correct. only randomly calculate!
|
1040 |
-
else
|
1041 |
-
tmp_pop = finalizeScores(tmp_pop)
|
1042 |
-
end
|
1043 |
tmp_pop
|
1044 |
end
|
1045 |
put!(channels[i], fetch(allPops[i]))
|
|
|
1034 |
end
|
1035 |
end
|
1036 |
end
|
1037 |
+
tmp_pop = finalizeScores(tmp_pop)
|
|
|
|
|
|
|
|
|
|
|
1038 |
tmp_pop
|
1039 |
end
|
1040 |
put!(channels[i], fetch(allPops[i]))
|