-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Replacing Nelder-Mead with Hooke-Jeeves in MCCGA #43
Comments
What a great contribution! It would be nice to have Hooke-Jeeves (Pattern Search) as another implemented algorithm. optimize(f, bounds, PatternSearch()) Since the Hooke-Jeeves method and other methods require a starting solution, I opened #46 to solve those possible scenarios. |
Yes, we can separate |
I'm fine with that. |
(#43) Replacing Nelder-Mead with Hooke-Jeeves in MCCGA
Since the PR is merged, we can close this issue for now. When we get ready to implement Hooke & Jeeves as a separate algorithm, we can create a new one if needed. |
I am going to send a pull request that replaces Nelder-Mead local search part with Hooke-Jeeves in MCCGA algorithm.
This PR gains these items:
The text was updated successfully, but these errors were encountered: