Flokey82 / genworldvoronoi

Generates a planet with basic climate simulation, city placement, Wavefront OBJ/SVG/PNG export, leaflet server, etc. WIP!
Apache License 2.0
4 stars 1 forks source link

Population: Use Logistics Function to impose a limit on population growth #13

Closed Flokey82 closed 1 year ago

Flokey82 commented 1 year ago

dx/dt = kx(1-x/M) where k,M > 0 and where M is some maximum population. So: x = M/(1+K*e^(-kt)) for some constant K > 0