-
Notifications
You must be signed in to change notification settings - Fork 65
Add optimization algorithms from GFO #127
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
Conversation
|
so, going back to the |
This is an "intermediate" commit for testing stuff out and to see it in practice. The fact, that we provide the opt. algos on the "opt"-directory level (in the init-file of the opt-directory) changes the situation a bit: Because now it is less about the user-experience (since all opt. algos can be imported from the same path anyway) and more about how the code should be structured in the backend. |
|
ok, fine with me either way! |
|
Hope it is fine to directly commit to this branch - please revert if not and let me know.
Please let me know of any feedback. |
|
Looks like this fixed it. There are 8 left which look deeper, i.e., in gfo. |
fkiraly
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
(change made by me are from pair programming remotely) |
This PR adds all optimization algorithms from GFO in the new
hyperactive v5API, to theoptmodule.