cday41 / paz-search

Automatically exported from code.google.com/p/paz-search
0 stars 0 forks source link

active/sleeping parameters missing on restart #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On reloading, dispersers' behavioral patterns are lost -- all dispersers 
alternate timesteps between asleep and awake. So the stored active/sleeping 
parameters are lost.

Original issue reported on code.google.com by ran...@mwwb.net on 23 Nov 2013 at 5:45

GoogleCodeExporter commented 9 years ago
Team

I found the issue with this problem.  DateTimes can be a bit tricky to 
serialize out to a file.  Once I figured out the values were always coming back 
with DateTime.Min value it was all good.  I put in a simple fix that will keep 
the time in the current timezone.  The fix should be in r305.  I will enter 
another issue on the slowdown.  If you have any old Animal.txt files from the 
speedy runs with the same files to run against, that should give me a point of 
reference for what is fast and what is slow.

cheers
bob

Original comment by ran...@mwwb.net on 7 Dec 2013 at 6:20

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by ran...@mwwb.net on 2 Apr 2014 at 12:19