Skip to content
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

Pythonise minpack2.dcsrch #57

Closed
wants to merge 6 commits into from
Closed

Pythonise minpack2.dcsrch #57

wants to merge 6 commits into from

Conversation

andyfaff
Copy link
Owner

@andyfaff andyfaff commented Aug 9, 2023

@ilayn, I put some effort into Pythonising minpack2.dcsrch. Is this the kind of conversion that's required? Or is it too much of a "we wrote Fortran in Python"?

@ilayn
Copy link

ilayn commented Aug 9, 2023

My motto is "if it works, it works". If we have the same functionalities and didn't slow down 500x, i don't have any issues with tbe style

@ilayn
Copy link

ilayn commented Aug 13, 2023

I'm not sure if it is important to your immediate use case but the LBFGSB uses another copy of this class in its own code which is also clarified in scipy#10456 . Hence I'd say a definite improvement since now we can investigate or refactor it as we please as a Python code regardless how complex it can get.

@andyfaff andyfaff force-pushed the minpack2 branch 2 times, most recently from db33ef4 to 566fa96 Compare August 14, 2023 22:02
@andyfaff andyfaff closed this Sep 9, 2023
@andyfaff andyfaff deleted the minpack2 branch July 8, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants