Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
0e65724
1
Parent(s):
db9be07
Fix alignment of equation printing
Browse files- julia/sr.jl +1 -1
julia/sr.jl
CHANGED
@@ -851,7 +851,7 @@ function fullRun(niterations::Integer;
|
|
851 |
@printf("-----------------------------------------\n")
|
852 |
@printf("%-10s %-8s %-8s %-8s\n", "Complexity", "MSE", "Score", "Equation")
|
853 |
curMSE = baselineSSE ./ len
|
854 |
-
@printf("%-10d %-5.3e %-8s
|
855 |
lastMSE = curMSE
|
856 |
lastComplexity = 0
|
857 |
|
|
|
851 |
@printf("-----------------------------------------\n")
|
852 |
@printf("%-10s %-8s %-8s %-8s\n", "Complexity", "MSE", "Score", "Equation")
|
853 |
curMSE = baselineSSE ./ len
|
854 |
+
@printf("%-10d %-5.3e %-8s %-.f\n", 0, curMSE, "NaN", avgy)
|
855 |
lastMSE = curMSE
|
856 |
lastComplexity = 0
|
857 |
|