Skip to content

Commit 157cdbb

Browse files
committed
Adjust SF3000 size in prediction script
1 parent ee03fd3 commit 157cdbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tuning/sf-prediction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
___________________________________________________________
1414
| Scale Factor | 1000 | 3000 | 10000 | 30000 |
1515
-------------------------------------------------------------
16-
| Nr. of Persons | 3505000 | 9300000 | 27200000 | 77000000 |
16+
| Nr. of Persons | 3505000 | 9232000 | 27200000 | 77000000 |
1717
------------------------------------------------------------
1818
1919
The values are approximated using a polynomial with degree 3 for scale
@@ -54,7 +54,7 @@ def approximate_large_sf(sf, num_persons, sf_new):
5454
if __name__ == "__main__":
5555
sf = [1, 3, 10, 30, 100, 300, 1000, 3000, 10000, 30000]
5656
num_persons = [
57-
10620, 25870, 70800, 175950, 487700, 1230500, 3505000, 9300000,
57+
10620, 25870, 70800, 175950, 487700, 1230500, 3505000, 9232000,
5858
27200000, 77000000
5959
]
6060
sf_new = [1, 3, 10, 30, 100, 300, 1000, 3000, 10000, 30000, 100000]

0 commit comments

Comments
 (0)