-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monte Carlo inverse code fixes #173
Comments
All works well on Windows with latest updates to this branch.
I went to https://go.microsoft.com/fwlink/?linkid=2063370 and made sure all dependencies were indeed installed. I can run this line outside of MATLAB, just not inside MATLAB. |
I found the answer! I don't know why this link didn't come up this weekend: |
I cleaned up and debugged the mc_inverse_Win.m and mc_inverse.m code. When I first coded this software, I did a comparison between the results that lsqcurvefit provided and fminsearch (back in 2021). Since then the SpectralDictionary.xlsx has been expanded, my MATLAB version is now 2023b (used to be 2021b?) which means lsqcurvefit methods may have been modified. I show the plots of the prior study and the plots of the current study. Errors are comparable. Linux version produces exactly the same results. |
A bug was found in mc_inverse_Win.m. Correct bug and add more comments to clarify what code is doing.
The text was updated successfully, but these errors were encountered: