dtnguyen2
dtnguyen2
Kudos for any/all for making this package available. I have recently modified lmdif/lmder to use the Adept automatic differentiation library, please see https://github.com/sherpa/sherpa/pull/577 for details.
#Note This PR is basically PR #617 (but without the test script for now) so @anetasie can start testing The requirements for this PR can be found at: https://cxcjira.cfa.harvard.edu/confluence/display/SH/Update+pyBlocxs #...
# Note This PR will enable Sherpa's ```LevMar``` and ```NelderMead``` (or any unconstrained) optimization methods to handle simple bounds by transforming.
If ```iminuit``` is not available: ```bash (testing-PR) [dtn@devel12 optionalMinuit]$ pip uninstall iminuit Found existing installation: iminuit 2.9.0 Uninstalling iminuit-2.9.0: Would remove: /export/miniconda/envs/testing-PR/lib/python3.9/site-packages/iminuit-2.9.0.dist-info/* /export/miniconda/envs/testing-PR/lib/python3.9/site-packages/iminuit/* Proceed (Y/n)? Y Successfully uninstalled iminuit-2.9.0 ```...
A user had asked: > Ever compared to MPFIT (IDL)? #679 So for the record, I was going to issue the work here as a PR so you will have...
# Note Simple fixes to issue #95. One could eliminate a few more cases but they require a lot more changes
# Note This PR fixes issue #822
…op calc in stat if count==0
Model evaluation - Model caching, not to recompute models with frozen parameters - Paralellization with intelligent parsing of the model expression Slowness in fitting X-ray spectra - issues in simultaneous...