I want to run the model with different scenarios (data), can I import all the scenarios once and get the result for each scenario in one run?
Solved
How can AIMMS solve different scenarios (initial data) at one run?
Best answer by gabiservidone
You do not have access to AIMMS PRO correct? So, to do this locally, it is a matter of:
- Create a set of all scenarios you want to run.
- Do a for for these scenarios.
- Check if folder exists (/batchRun)
- LoadCase on the for
- solve mp
- SaveCase on (/batchRun)
Or,
- Check if folder exists (/batchRun)
- LoadCase
- Change the parameter dynamically during this procedure
- solve mp
- SaveCase on (/batchRun)
After, to compare all cases, check this article: https://documentation.aimms.com/user-guide/data-management/case-management/managing-multiple-case-selections.html
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.