jasmineRepo / JAS-mine-core

JAS-mine maintains and develops the JAS simulation platform, a discrete-event tool-kit for agent-based and dynamic microsimulation modelling. This repository contains the core libraries. See www.jas-mine.net for more details.
2 stars 5 forks source link

Test for multirunid and omit null from folder name #38

Closed andrewbaxter439 closed 11 months ago

andrewbaxter439 commented 11 months ago

This is one suggested route for removing the null values from the end of newly created output folders in the single-run scenario. It could be possible to pass the seed to the folder name but it seems complicated! This may be worth implementing as a stand-in to at least not break normal single simpath runs?

Do review this @pbronka and see if it suits. I'm happy to keep playing around with passing the randomSeedIfFixed variable somehow to the Experiment object if this seems worth having appended to single runs also (e.g. for records/comparability).

pbronka commented 11 months ago

Looks good to me, thanks @andrewbaxter439