Hi,
I was trying to play around with Monte Carlo simulation in AIMMS. I can save the results from MP.Objective for every run. But, how can I save the solution for every run? I tried to use something like below for every run:
Variable_Result(run, param1, param2) := Variable(param1,param2);
It’s in the procedure “RunMonteCarlo” in the attached file.
But, it doesn’t work. Any idea?
Thanks,
Zulfan