maxkw / evolution

0 stars 0 forks source link

Refactor some of the data structures to utils #1

Closed maxkw closed 8 years ago

maxkw commented 8 years ago

Move namedArrayConstructor, memoized and normalized to utils.py to keep the simulation code clean.

Use function decorators for memoization.