I'm running a script like this:
Code: Select all
SPECIAL>NOINTERACTION
SPECIAL>LOADMODEL|MG_Kalman.mdl
SIMULATE>DATA|data_v01.vdfx
SIMULATE>RUNNAME|Powell_kalman_v01
SIMULATE>OPTPARM|Powell_Settings_kalman.voc
SIMULATE>PAYOFF|Payoff_kalman.vpd
MENU>RUN_OPTIMIZE|o
MENU>EXIT
SIMULATE>DATA|data_v02.vdfx
SIMULATE>RUNNAME|Powell_kalman_v02
SIMULATE>OPTPARM|Powell_Settings_kalman.voc
SIMULATE>PAYOFF|Payoff_kalman.vpd
MENU>RUN_OPTIMIZE|o
MENU>EXIT
...
going to 100 detests, and I've noticed the Vensim quits entirely after each batch of 16 datasets. it could be related to the max datasets being loaded simultaneously, and it only happens with kalman. I'm now running the cmds in batches of 16 as a workaround (instead of 1 to 100), hoping to avoid the issue, but it would be very helpful if this gets fixed in the source code if it is causing the problem.