#7 in Huge Emperor Score!Moonsinger said:It seems that you're all doing very well above my curve.Btw, who is snow666?
#7 in Huge Emperor Score!Moonsinger said:It seems that you're all doing very well above my curve.Btw, who is snow666?
Moonsinger said:It seems that you're all doing very well above my curve.![]()
a space oddity said:Don't worry, I am currently at turn 277 and you caught up with me, scores are about equal at that point.![]()
It is not just a matter being above your curve in the 6th century, but "staying" above your curve til the end. The jury is still out on that.Moonsinger said:It seems that you're all doing very well above my curve.![]()
a space oddity said:Here's the plot devided by territory and people points:
you dont know how many are happy, content or specialists..Moonsinger said:I don't get it! How do you come up with the formula for the people points? For example, total score = (happy people * 2) + content + territory + future tech. So far, we have the total score, but we don't really know many of them were content or happy.
Gyathaar said:A = 2*happy + content + specialists,
then real number of pop lies between:
A / 2 <= pop <= A
Moonsinger said:Ok, I'm willing to settle for the graph of A, but how do you calculate A? This is what we know from the data that Dianthus provided:
Turn, Year, Culture, Score, Power, Cities, Territory (Tiles), Territory (%)
What is the formula for (2*happy + content + specialists) based on the given data? Basically, how many point do we get for each territory (tiles) or territory (%)?
Gyathaar said:A(t) is A for turn t (where t is 0 to 540)
score(t) is score at turn t
d is difficulty level (1 is chieftain, 2 is warlord, 3 regent, 4 monarch, 5 emperor , 6 = C3C demigod or vanilla/ptw deity, 7 = C3C Deity, 8 = sid
A(t) = ( (t+1)*score(t+1) - t *score(t) ) / d - territory(t)
Moonsinger said:@Gyathaar, please forgive me for follow up with a stupid question, but how do you come up with territory(t)? For example, at turn 540, my territory = 4561 tiles, what is my territory(t) in this case?
Gyathaar said:territory(540) = 4561
territory(t) = territory at turn t
syntax isnt really correct math syntax.. because ita bit hard to write that on board withou making images and insert into the posts
PS! does your head hurt yet?![]()
Gyathaar said:PS! does your head hurt yet?![]()
Gyathaar said:formula wont work for turn 540, since you would need the score in turn 541 (2051)
for turn 539 (2049):
checking the save for real values of turn 539 (I assume same number of happy and specialists as in 2050)
A(539) = 2 * 4626 [happy people] + (168+1031+2148)[specialists]
= 12599
calculated using formula:
A(539) = ((88552 * 540) - (88461 * 539)) / 8 - 4561
= 17200.125 - 4561 = 12639
40 points off.. this is due to score numbers stored as integer values in C3C.. if you check with any vanilla or ptw saves, the scores each turn are given as floats, and you will get much more accurate numbers.. in c3c you get integer roundoff errors
Edit: I just realized that you had 31 or 32 future techs in 2049, so the real number was 12630 or 12631.. or just 8 or 9 points off.. which could have been caused by pollution aswell