divilian / specstar

Combines SPECscape and SPECnet into one project
1 stars 1 forks source link

Produce single (non-animated) wealth histogram #42

Closed divilian closed 5 years ago

divilian commented 5 years ago

Add code to sim.jl to produce a single (non-animated) histogram of agent wealth at simulation's end. (Currently, at fixed number of iterations, but when issue #41 is done, incorporating that logic.)

divilian commented 5 years ago

@will-nehrboss: hang tight on this until @venkatachalapathy can communicate to us in a doc exactly what the stopping condition is.

venkatachalapathy commented 5 years ago

@WheezePuppet and @will-nehrboss , the first approximation to the full blown stopping condition is easy to implement.

wkneh commented 5 years ago

@WheezePuppet @venkatachalapathy Okay... I think this issue is pretty close to the back of the queue as it depends on the completion of other issues? Once we establish the rules for the starvation shock then we (or just @TromboneDavies depending on his availability) can get started on implementation of that issue, and only then we can actually code the stopping condition + the end wealth histogram. Correct me if I am wrong, but we need that infrastructure to actually code this issue???

venkatachalapathy commented 5 years ago

I think so. Based on my understanding of the code, the proto-s' wealth is never really calculated and accounted for. So, it might take some effort.

divilian commented 5 years ago

Reopening this since I think in addition to a histogram of agent wealth, we also want to produce a histogram of proto wealth.

wkneh commented 5 years ago

Fixed. (Hopefully)