Manpower optimium and maximum for each infrastructure #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add to each infrastructure:
manpower_efficiency: {function, coefs}
curve, withx
the number of pop off(x)
to productivity factor. Most should be logarithmic so it as an optimal valuemanpower_max: {function, coefs}
curve to limit the manpower by tier (more tier, more manpower max)Add a function "manpower_standard" that binds to
f[base, min](x) = log[base](x - min + base)
Here we can see a simple log10(x - 1000) means:
This kind of curve shows the ratio that is the most easy to find is around 150% manpower (2.7), after that it requires lots of manpower for minimal improvement (2000%=x2.7, 5000%=x4.7, so it cost 2,5x more manpower to increase ratio by x0.7, and it gets worse and worse)
I don't think this should be the default curve
Note: I found a good function with graphic analysis:
f(x) = log2(x / OPTIMAL) + 1
Possibile improvments: