-
Notifications
You must be signed in to change notification settings - Fork 224
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
Tentative roadmap #145
Comments
Should API discussions happen at #87 ? |
Probably, but I'm not worried if discussion is split a little bit. |
Constrained optimization should probably be added as well, even if @timholy might not have the time right now (or someone else). |
I'll probably have some time in about a week or two to work on some aspects of this. If no one else is already doing it, that is.
I am assuming you mean adding a positional argument to
I do something along the lines for KSVM.jl to compare the results of my implementation against scikit learn that I stored in csv files. Does this go in the direction you're thinking of? One reason I would like to work on this is because I would kinda like to sneak-in early stopping to the callback functions. Does this at all fit into your design goals? |
|
Not sure this is within the scope for anything near term, but long term it would be really neat if the algorithms in Optim were exposed as MathProgBase solvers, and if the user facing API in Optim would just be a user friendly layer over MathProgBase. |
I wouldn't want to impose the MPB interface, it's not necessarily the most natural for unconstrained or box-constrained problems (that should improve with @timholy's proposal at JuliaOpt/MathProgBase.jl#87). In any case writing an MPB wrapper for an Optim algorithm shouldn't take more than 20 lines of code. |
Does anyone have any good examples of maintaining a good/robust/automated perf log/benchmark history? I think that right now, we're kind of in the dark wrt. the evolution of the mentioned perf measures throughout the commit history. |
This discussion is superseded by #326 and/or solved. |
The text was updated successfully, but these errors were encountered: