Please make filenaming more predictable but also more flexible in BehaviorSpace, and do not force spaces in filenames. Some spit-balling suggestions follow.
i. Please make it obvious how to set the output path relative the the model file.
ii. Please make it clear when the name will have an appended output type (e.g., -list).
I suggest the following multipart dialog:
- textbox: the output folder (with . designating the model file’s folder)
- textbox: an automatically populated but assignable format string, such as
%m-%x-%o.csv, which at run time would autofill the model name, experiment name, and output type (e.g., list). (Perhaps also allow %d for the date.) - Check boxes: one for each output type (but all using the same name format).