maxkw / evolution

0 stars 0 forks source link

speed up cache for heat_maps and simulator by removing the agents from the cache #37

Closed maxkw closed 7 years ago

maxkw commented 7 years ago

this is a particular problem as K gets higher. The objects get massive and blow up both memory and disk and become so slow that its almost not worth using.

polyguo commented 7 years ago

fixed by implementing 'return_keys' in experiments. this sets which of the returned keys will be integrated into the cached table, by default all are saved.