Update Moran process population to allow node assignment
Currently the Moran process distributes a population about a graph in sorted node order, which isn't obvious from the API. A user may want more control regarding exactly which strategy is placed where, particularly on non-symmetric graphs. A simple solution would be to not sort the nodes and allow the user to specify a dictionary for the population rather than a list, mapping players to specific nodes explicitly.
I'd like to help or at least to try.
I need time to understand Axelrod, I'm getting through the documentation right now.
Is there some chunk of documentation I should focus more about this issue?
This issue is contained to just moran.py so you shouldn't need to understand much of the rest of the library. Take a look at that file and let us know if you have questions.