nymanjens / Alliances

WWI-themed board game
https://steamcommunity.com/sharedfiles/filedetails/?id=2038974445
3 stars 0 forks source link

all preprocessing should work, analysis not done yet #119

Closed Tantali closed 7 years ago

Tantali commented 7 years ago

Had the desire to do this as well, and went a bit overboard :). Current version creates a graph for all possible start-battles and their subsequent states, including chance. As well as the expected end result (average and standard deviation for: units, healthy, wounded, win chance, etc.) for every possible state. Takes about 45min to generate the pickle (of 106MB) if using 8 parallel threads. (Couldn't push the result due to github filesize limit) Graph has about 200.000 nodes and 2.000.000 edges.

317070 commented 7 years ago

w00t?

Tantali commented 7 years ago

done