V2Xgithub / WiLabV2Xsim

V2X simulator
GNU General Public License v3.0
79 stars 32 forks source link

make the main function return output and used params #25

Closed chestnutcase closed 1 year ago

chestnutcase commented 1 year ago

This PR makes the main WiLabV2Xsim entrypoint return the outputValues and also a struct containing all the populated params. This is to enable easier saving and caching of experiment results when programmatically calling the simulator in batch (for example, to do parameter sweeps)