Closed ALTree closed 8 years ago
Right now, setting endTime=8, logFreq=2 makes PLISCuda log the state at t = {2, 4, 6}. The log-to-file code should always save the state at t = endTime, regardless of the logFreq value (right now it prints it on stdout, which is not that useful).
endTime=8
logFreq=2
t = {2, 4, 6}
t = endTime
logFreq
Right now, setting
endTime=8
,logFreq=2
makes PLISCuda log the state att = {2, 4, 6}
. The log-to-file code should always save the state att = endTime
, regardless of thelogFreq
value (right now it prints it on stdout, which is not that useful).