-
Notifications
You must be signed in to change notification settings - Fork 6
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
How about consolidating with other optimization packages? #10
Comments
I'm not actively developing this package anymore, so if you have any ideas on how to improve it I'm happy to give you carte blanche for it :). |
Thanks you very much. I'd like to
At the moment, I'm considering to add L-BFGS-B for (1), because I personally often use CG and L-BFGS-B in other languages. Note that there are already two bindings for L-BFGS-B on Hackage, but I think none of them are widely used. I'll make pull requests for (1) and (2) when I'm ready. |
Sounds like a good improvement! I’ve invited you as a collaborator to the GitHub project. Let me know what your username is on Hackage and I’ll give you uploading rights as well. (: |
Hey folks, any news on this? I would be very exicted to see some progress in numerical optimization in haskell; considering we have cool packages like Also, as I'm quite new to this field, is the algorithm in this lib ( |
After three years, I finally went ahead with the plan. Here are my initial attempts:
They currently support I said that I would extend the |
Sorry, I forgot to reply for three years. 🙇 My Hackage username is MasahiroSakai. Although I changed my plan, I am still willing to do some maintenance work on this package, and I am delighted to be one of the maintainers of Hackage. For now, I would like to reflect my recent PRs (#11, #12, #13) to Hackage as well. |
I think it would be nice if there is a package like Python's scipy.optimize in Haskell world, which provides various optimization algorithms in the same interface in one-stop. And I think
nonlinear-optimization
is a good package name to accumulate various optimization algorithms.Also, I'm developing AD-enabling wrapper for
nonlinear-optimization
(nonlinear-optimization-ad and nonlinear-optimization-backprop). But writing such wrapper for each optimization algorithm and package is not economical, and writing only one wrapper for the one-stop package is much better.The text was updated successfully, but these errors were encountered: