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

Couple GA optimization with Nelder-Mead for curve fitting #11

Open
blakeaw opened this issue Jul 25, 2024 · 0 comments
Open

Couple GA optimization with Nelder-Mead for curve fitting #11

blakeaw opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@blakeaw
Copy link
Contributor

blakeaw commented Jul 25, 2024

It might be interesting to try coupling the GA-based optimization with a Hill climbing method like Nelder-Mead (simplex method) in the optimize.response_fit function. This would work by passing the optimum from the GA to scipy.optimize.minimize for further iteration to the optimum. Since both methods are pretty fast I don't think there should be a significant performance penalty, but this can be assessed.

@blakeaw blakeaw added the enhancement New feature or request label Jul 25, 2024
@blakeaw blakeaw added this to the October2024 milestone Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant