Intlinprog: Different solutions with different computers but same code
16 次查看(过去 30 天)
显示 更早的评论
Hello,
I wrote a problem-based matlab code with intlinprog. In my opinion the optimation results should be the same if I am using different computers with different processors / RAM or different Matlab versions. But neither the solution nor the objective values are the same.
Theoretically intlinprog is a deterministic solver so with the same input there has to be the same output.Is that correct? Is there a reason why the solutions could differ by using different computers?
One of these computers has Matlab 2023b and the other 2021b. Could that be the reason?
0 个评论
采纳的回答
Harald
2023-11-20
Hi,
different releases can be the reason for the described behavior. From the release notes, you can see that there were changes in R2022a and, likely more relevant, R2023a ("Improvements in intlinprog and linprog").
A crucial question is of course: are the results in R2023b better than the ones for R2021b (i.e., lower objective function value for minimization)? If so, your example is one of the cases in which the R2023a modification has led to a better solution.
For further investigation, please consider sharing a reproducible example.
Best wishes,
Harald
2 个评论
Chiara
2025-1-24
what if this happens if on my local computer I use the same release (r2014b) that i used to compile the dll I'm using on costumer application?
Harald
2025-1-28
I am not sure if I understand the question correctly. If it is about different computers producing different results even with the same results: Different computers may use different processors and thus instruction sets. Initially small deviations in calculations may eventually accumulate. If the R2014b is not a typo, I'd also consider upgrading.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!