The total_startTime / time-tracking in modular runner files does not handle experiment start/stop correctly (e.g. on preempted HPC jobs or resuming from saved state).
Affected files (all at line 227):
src/MATLAB/algorithms/unknown-models/modular_versions/SI_modular.m
src/MATLAB/algorithms/unknown-models/modular_versions/SI_smooth_modular.m
src/MATLAB/algorithms/unknown-models/modular_versions/SL_modular.m
src/MATLAB/algorithms/unknown-models/modular_versions/SL_noSmooth_modular.m
src/MATLAB/algorithms/unknown-models/modular_versions/BA_modular.m
Likely fix: persist total_startTime to the state file at first invocation and reload it on resume rather than reinitialising to now.
The
total_startTime/ time-tracking in modular runner files does not handle experiment start/stop correctly (e.g. on preempted HPC jobs or resuming from saved state).Affected files (all at line 227):
src/MATLAB/algorithms/unknown-models/modular_versions/SI_modular.msrc/MATLAB/algorithms/unknown-models/modular_versions/SI_smooth_modular.msrc/MATLAB/algorithms/unknown-models/modular_versions/SL_modular.msrc/MATLAB/algorithms/unknown-models/modular_versions/SL_noSmooth_modular.msrc/MATLAB/algorithms/unknown-models/modular_versions/BA_modular.mLikely fix: persist
total_startTimeto the state file at first invocation and reload it on resume rather than reinitialising tonow.