Output-file naming in modular runners doesn't include enough config detail to distinguish files across grid experiments — overlapping configs overwrite each other.
Affected files (line 72):
src/MATLAB/algorithms/unknown-models/modular_versions/SL_modular.m
src/MATLAB/algorithms/unknown-models/modular_versions/SL_noSmooth_modular.m
Fix: include the full sanitised grid config in the filename, or use a deterministic hash.
Output-file naming in modular runners doesn't include enough config detail to distinguish files across grid experiments — overlapping configs overwrite each other.
Affected files (line 72):
src/MATLAB/algorithms/unknown-models/modular_versions/SL_modular.msrc/MATLAB/algorithms/unknown-models/modular_versions/SL_noSmooth_modular.mFix: include the full sanitised grid config in the filename, or use a deterministic hash.