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

Add GRG (Generalized Reduced Gradient) Nonlinear optimization #197

Open
AMDelo opened this issue Feb 20, 2023 · 3 comments
Open

Add GRG (Generalized Reduced Gradient) Nonlinear optimization #197

AMDelo opened this issue Feb 20, 2023 · 3 comments
Labels

Comments

@AMDelo
Copy link

AMDelo commented Feb 20, 2023

Would this be possible? For certain problems excel finds a better answer than, say, diffev2. I couldn't find GRG implemented anywhere in Python, could it be implemented in mystic?

@mmckerns
Copy link
Member

I have several solvers that have been developed and tested, which I will be merging in when I get an opportunity to do so. Some of them are gradient solvers (similar to those in scipy.optimize), but not a generalized reduced gradient solver. If you know of a reference implementation (i.e. code), that would make it a lot more likely to be included.

@AMDelo
Copy link
Author

AMDelo commented Feb 20, 2023

Thank you for your response, found this: https://github.com/ishank011/grgdescent

@mmckerns
Copy link
Member

it needs a bunch of work, but 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants