Simon Blanke
Simon Blanke
Hello @mosheduminer, thank you for continuing this experiment. The result is in line with what I would expect for gradient-free-optimization algorithms. It would be useful to open a PR. Maybe...
Thanks again to everyone how participated in this issue. I will close this issue for now. I will keep an eye on this topic and will probably start a new...
since there are multiple kinds of "powell's methods", the existing "powell's method" in GFO will be renames to "Powell's Conjugate Direction Method" in v2.0
The objective-function and the search-space are not optimizer specific parameters. It makes more sense to move the search-space argument to the `search`-method. So the v2 API could look like this:...
Hello @aryan0931, yes I have assigned this issue. There are multiple contributors interested in the same projects. I am now working on providing fitting projects to everyone. But this is...
The implementation of the Hyperband algorithm is a very challenging task. It will require a conclusive interface design, that has to be discussed with @fkiraly and me beforehand. So the...
@yashnator do you have any updates on your work regarding the COBYLA optimizer?
@aryan0931 Do you have an update on your progress in this issue?
> So, should we remove the clause if params is None: return self in set_params? No. I think we should keep it as it is. I intentionally implemented it this...
This would lead to a worse "out of the box" experience for the user, since using these optimizers will raise an error if sklearn is not already installed, right? Sklearn...