When using minMaxValuesReSim() to get minimum and maximum values for specific variables the stopTime is not changeable.
Add a option to pass to minMaxValuesReSim() and simulateWithProfiling() to set stopTime.
Because we might want to add more simulation options in the future we should bundle this in a struct.
When using
minMaxValuesReSim()to get minimum and maximum values for specific variables the stopTime is not changeable.Add a option to pass to
minMaxValuesReSim()andsimulateWithProfiling()to setstopTime.Because we might want to add more simulation options in the future we should bundle this in a struct.